<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GADGET g_serial Module in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292057#M35615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid these many insmod calls, just call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modprobe g_serial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 19:18:36 GMT</pubDate>
    <dc:creator>lategoodbye</dc:creator>
    <dc:date>2013-11-21T19:18:36Z</dc:date>
    <item>
      <title>GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292052#M35610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;I'm try to use the g_serial module in the kernel 3.8 but all the times I got problems like:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;g_serial: Unknown symbol ...&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;I was looking that in the kernel 2.6 this module works fine, then I was comparing the kernel source code and than I saw that in 2.6 that we have an option in gadget seasion:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Driver-&amp;gt;USB&amp;gt;Gadget&amp;gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;USB Peripheral Controller&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;--&amp;gt;Freescale USB Device Controller&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;OBS:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;config USB_GADGET_ARC&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boolean "Freescale USB Device Controller"&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; depends on ARCH_MXC || ARCH_STMP3XXX || ARCH_MXS&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select USB_GADGET_DUALSPEED&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select USB_OTG_UTILS&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select USB_GADGET_DUALSPEED if USB_GADGET_FSL_1504 || USB_GADGET_FSL_UTMI&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; help&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some Freescale processors have a USBOTG controller,&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which supports device mode.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Say "y" to link the driver statically, or "m" to build a&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamically linked module called "arc_udc" and force all&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gadget drivers to also be dynamically linked.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;This option is not avaiable in kernel 3.8.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Some one know if this is the main reason for g_serial doesn't work in kernel 3.8?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;There is some thing to solve it easily?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Thanks for All Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292052#M35610</guid>
      <dc:creator>munoz0raul</dc:creator>
      <dc:date>2013-11-21T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292053#M35611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB Peripheral support for i.MX28 started with kernel 3.11 (driver: ChipIdea Highspeed Dual Role Controller ), before there was only USB Host support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Stefan Wahren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:48:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292053#M35611</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-11-21T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292054#M35612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the same using kernel 3.12 and I got the same problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;od g_serial.ko lib/modules/3.12.0-00128-g928c8b1/kernel/drivers/usb/gadget# insm &lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.570493] g_serial: Unknown symbol usb_remove_function (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.578534] g_serial: Unknown symbol usb_get_function_instance (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.586400] g_serial: Unknown symbol usb_add_config_only (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.592506] g_serial: Unknown symbol usb_string_ids_tab (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.600235] g_serial: Unknown symbol usb_get_function (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.607270] g_serial: Unknown symbol usb_composite_unregister (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.615045] g_serial: Unknown symbol usb_put_function (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.620889] g_serial: Unknown symbol usb_add_function (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.628487] g_serial: Unknown symbol usb_composite_probe (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.635859] g_serial: Unknown symbol usb_composite_overwrite_options (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.643002] g_serial: Unknown symbol usb_put_function_instance (err 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 340.651334] g_serial: Unknown symbol usb_ep_autoconfig_reset (err 0)&lt;/P&gt;&lt;P&gt;Error: could not insert module g_serial.ko: Unknown symbol in module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enable all the chipidea options and the gadget for g_serial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why I got this symbols errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 17:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292054#M35612</guid>
      <dc:creator>munoz0raul</dc:creator>
      <dc:date>2013-11-21T17:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292055#M35613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found why this symbols happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to start 2 modules before g_serial.ko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/lib/modules/3.12.0-00128-g928c8b1/kernel# insmod fs/configfs/configfs.ko&lt;/P&gt;&lt;P&gt;/lib/modules/3.12.0-00128-g928c8b1/kernel# insmod drivers/usb/gadget/libcomposite.ko&lt;/P&gt;&lt;P&gt;/lib/modules/3.12.0-00128-g928c8b1/kernel# insmod drivers/usb/gadget/g_serial.ko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get a new error when I start the g_serial.ko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 314.004346] g_serial gadget: Gadget Serial v2.4&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 314.008943] g_serial gadget: g_serial ready&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.461445] irq 237: nobody cared (try booting with the "irqpoll" option)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.468302] CPU: 0 PID: 397 Comm: syslogd Not tainted 3.12.0-00128-g928c8b1 #2&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.475620] [&amp;lt;c00144c8&amp;gt;] (unwind_backtrace+0x0/0xf0) from [&amp;lt;c0011ce4&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.484218] [&amp;lt;c0011ce4&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;c00513a0&amp;gt;] (__report_bad_irq+0x20/0xc0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.492883] [&amp;lt;c00513a0&amp;gt;] (__report_bad_irq+0x20/0xc0) from [&amp;lt;c0051848&amp;gt;] (note_interrupt+0x1d4/0x238)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.502060] [&amp;lt;c0051848&amp;gt;] (note_interrupt+0x1d4/0x238) from [&amp;lt;c004fac4&amp;gt;] (handle_irq_event_percpu+0xc4/0x264)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.511928] [&amp;lt;c004fac4&amp;gt;] (handle_irq_event_percpu+0xc4/0x264) from [&amp;lt;c004fca0&amp;gt;] (handle_irq_event+0x3c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.521795] [&amp;lt;c004fca0&amp;gt;] (handle_irq_event+0x3c/0x5c) from [&amp;lt;c0051fd0&amp;gt;] (handle_level_irq+0x8c/0xe8)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.530968] [&amp;lt;c0051fd0&amp;gt;] (handle_level_irq+0x8c/0xe8) from [&amp;lt;c004f358&amp;gt;] (generic_handle_irq+0x20/0x30)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.540316] [&amp;lt;c004f358&amp;gt;] (generic_handle_irq+0x20/0x30) from [&amp;lt;c000fde0&amp;gt;] (handle_IRQ+0x30/0x84)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.549144] [&amp;lt;c000fde0&amp;gt;] (handle_IRQ+0x30/0x84) from [&amp;lt;c0012764&amp;gt;] (__irq_svc+0x44/0x54)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.557198] [&amp;lt;c0012764&amp;gt;] (__irq_svc+0x44/0x54) from [&amp;lt;c0020248&amp;gt;] (__do_softirq+0x90/0x26c)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.565504] [&amp;lt;c0020248&amp;gt;] (__do_softirq+0x90/0x26c) from [&amp;lt;c00204f0&amp;gt;] (do_softirq+0x68/0x70)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.573893] [&amp;lt;c00204f0&amp;gt;] (do_softirq+0x68/0x70) from [&amp;lt;c00207e4&amp;gt;] (irq_exit+0xa4/0xf4)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.581851] [&amp;lt;c00207e4&amp;gt;] (irq_exit+0xa4/0xf4) from [&amp;lt;c000fde4&amp;gt;] (handle_IRQ+0x34/0x84)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.589810] [&amp;lt;c000fde4&amp;gt;] (handle_IRQ+0x34/0x84) from [&amp;lt;c0012764&amp;gt;] (__irq_svc+0x44/0x54)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.597859] [&amp;lt;c0012764&amp;gt;] (__irq_svc+0x44/0x54) from [&amp;lt;c006ee28&amp;gt;] (rcu_sched_qs+0x80/0xb0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.606093] [&amp;lt;c006ee28&amp;gt;] (rcu_sched_qs+0x80/0xb0) from [&amp;lt;c0466734&amp;gt;] (__schedule+0x28/0x580)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.614492] [&amp;lt;c0466734&amp;gt;] (__schedule+0x28/0x580) from [&amp;lt;c0463f88&amp;gt;] (schedule_timeout+0x128/0x1d0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.623424] [&amp;lt;c0463f88&amp;gt;] (schedule_timeout+0x128/0x1d0) from [&amp;lt;c03c700c&amp;gt;] (__skb_recv_datagram+0x3cc/0x470)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.633222] [&amp;lt;c03c700c&amp;gt;] (__skb_recv_datagram+0x3cc/0x470) from [&amp;lt;c042e704&amp;gt;] (unix_dgram_recvmsg+0x8c/0x3b8)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.643104] [&amp;lt;c042e704&amp;gt;] (unix_dgram_recvmsg+0x8c/0x3b8) from [&amp;lt;c03ba9e0&amp;gt;] (sock_aio_read+0xdc/0xf8)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.652290] [&amp;lt;c03ba9e0&amp;gt;] (sock_aio_read+0xdc/0xf8) from [&amp;lt;c00cf75c&amp;gt;] (do_sync_read+0x7c/0xa4)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.660862] [&amp;lt;c00cf75c&amp;gt;] (do_sync_read+0x7c/0xa4) from [&amp;lt;c00d03d4&amp;gt;] (vfs_read+0x15c/0x17c)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.669167] [&amp;lt;c00d03d4&amp;gt;] (vfs_read+0x15c/0x17c) from [&amp;lt;c00d0590&amp;gt;] (SyS_read+0x3c/0x70)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.677128] [&amp;lt;c00d0590&amp;gt;] (SyS_read+0x3c/0x70) from [&amp;lt;c000eee0&amp;gt;] (ret_fast_syscall+0x0/0x44)&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.685493] handlers:&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.687818] [&amp;lt;c0344020&amp;gt;] ci_irq&lt;/P&gt;&lt;P&gt;[&amp;nbsp; 315.690995] Disabling IRQ #237&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know I get this kernel panic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 17:35:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292055#M35613</guid>
      <dc:creator>munoz0raul</dc:creator>
      <dc:date>2013-11-21T17:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292056#M35614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this patch. This should probably fix this problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://marc.info/?l=linux-usb&amp;amp;m=138505258028394&amp;amp;w=2" title="http://marc.info/?l=linux-usb&amp;amp;m=138505258028394&amp;amp;w=2"&gt;http://marc.info/?l=linux-usb&amp;amp;m=138505258028394&amp;amp;w=2&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 18:57:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292056#M35614</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-11-21T18:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: GADGET g_serial Module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292057#M35615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid these many insmod calls, just call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modprobe g_serial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 19:18:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GADGET-g-serial-Module/m-p/292057#M35615</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2013-11-21T19:18:36Z</dc:date>
    </item>
  </channel>
</rss>

