<?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 Why USB keeps attach/reset/detach in _usb_khci_task()? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254892#M7451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried HID (mouse/keyboard+mouse) demos on FRDM-KL25Z with hyper terminal. It works in most cases with some exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I plug K/B and run HID project, it keeps on attach/reset/detach in &lt;STRONG&gt;khci_kinetis.c::_usb_khci_task()&lt;/STRONG&gt;. And it will not goes to &lt;STRONG&gt;usb_host_hid_keyboard_event()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I run HID project before connecting K/B, it runs to &lt;STRONG&gt;usb_host_hid_keyboard_event()&lt;/STRONG&gt;, only after quite a long attach/reset/detach loops. The time is at least longer than a normal debounce time of connecting USB device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a complete debug log to show that case.&lt;/P&gt;&lt;PRE&gt;USB HID Keyboard + Mouse
Waiting for USB Keyboard or mouse to be attached...
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
----- Attach Event -----
State = 0&amp;nbsp; Class = 3&amp;nbsp; SubClass = 1&amp;nbsp; Protocol = 1
----- Interfaced Event -----
Keyboard device interfaced, setting protocol...
Keyboard device ready, try to press the keyboard
abcdeffghijklmnopqrstuvwxyz
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The khci_event value is set in USB_ISR_HOST() by calling _usb_event_set(). But I don't understand &lt;STRONG&gt;why there are so many KHCI_EVENT_RESET event? And what is different between executing order of connection USB devices and running code?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 02:12:02 GMT</pubDate>
    <dc:creator>kai_liu</dc:creator>
    <dc:date>2013-05-24T02:12:02Z</dc:date>
    <item>
      <title>Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254892#M7451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried HID (mouse/keyboard+mouse) demos on FRDM-KL25Z with hyper terminal. It works in most cases with some exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I plug K/B and run HID project, it keeps on attach/reset/detach in &lt;STRONG&gt;khci_kinetis.c::_usb_khci_task()&lt;/STRONG&gt;. And it will not goes to &lt;STRONG&gt;usb_host_hid_keyboard_event()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I run HID project before connecting K/B, it runs to &lt;STRONG&gt;usb_host_hid_keyboard_event()&lt;/STRONG&gt;, only after quite a long attach/reset/detach loops. The time is at least longer than a normal debounce time of connecting USB device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a complete debug log to show that case.&lt;/P&gt;&lt;PRE&gt;USB HID Keyboard + Mouse
Waiting for USB Keyboard or mouse to be attached...
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
khci_event:10,event_detach
events:01
khci_event:01,event_attach
khci_event:02,event_reset
----- Attach Event -----
State = 0&amp;nbsp; Class = 3&amp;nbsp; SubClass = 1&amp;nbsp; Protocol = 1
----- Interfaced Event -----
Keyboard device interfaced, setting protocol...
Keyboard device ready, try to press the keyboard
abcdeffghijklmnopqrstuvwxyz
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The khci_event value is set in USB_ISR_HOST() by calling _usb_event_set(). But I don't understand &lt;STRONG&gt;why there are so many KHCI_EVENT_RESET event? And what is different between executing order of connection USB devices and running code?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 02:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254892#M7451</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-05-24T02:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254893#M7452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, USB bus reset should be generated by USB host, and it is a USB host application. I don't know which function makes a bus reset. and Why? I checked VBUS for FRDM USB host, which is 4.92V, it is enough as VBUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 05:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254893#M7452</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-05-24T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254894#M7453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems USB bus reset is generated by host stack on purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_usb_khci_task() is called by POLL()&lt;/P&gt;&lt;P&gt;_usb_khci_attach() when attach event occurs,&lt;/P&gt;&lt;PRE&gt;USB0_CTL |= USB_CTRL_RESET_MASK;
time_delay(30);
USB0_CTL &amp;amp;= ~ USB_CTRL_RESET_MASK;&lt;/PRE&gt;&lt;P&gt;That is why the USB0 detects a bus reset events after _usb_khci_attach(). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can not figure out why we must generate USB BUS RESET many times. And on what exit conditions, we can go on for enumeration process? I checked many times, the ATTACH/RESET/DETACH process times are not constant. Sometimes it takes two, sometimes it takes more than 16 and goes to idle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 08:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254894#M7453</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-05-24T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254895#M7454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I have tried HID (mouse/keyboard+mouse) demos on FRDM-KL25Z with hyper terminal.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this link on the enumeration process: &lt;A href="http://www.lvr.com/usbcenum.htm" title="http://www.lvr.com/usbcenum.htm"&gt;Jan Axelson's Lakeview Research&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On WIndows there will always be two resets, this gets many people when they design their first USB device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; I checked VBUS for FRDM USB host, which is 4.92V, it is enough as VBUS.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to more than two, I'd replace the USB cable from the host to the board, preferably with a short one.&lt;/P&gt;&lt;P&gt;I've experienced cables that had too high of a resistance and would not support a dynamic load.&lt;/P&gt;&lt;P&gt;The typical voltmeter does not respond to the current spikes generated during device startup and enumeration, so the voltage may look good on your meter.&amp;nbsp; Use a True RMS rated meter or a good O'scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try your device on a different port on your PC.&amp;nbsp; I've run into cases, non-Freescale, where devices worked with Intel hub controllers but failed with NEC hub controllers on the motherboard of the same PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 12:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254895#M7454</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2013-05-24T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254896#M7455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry I didn't express myself clearly. Actually I am developing a USB host for HID devices. The BUS RESET is generated by KL25Z to MICE/KB. Now I know BUS RESET seems an action on purpose. However I have no idea &lt;STRONG&gt;how many RESET events are accepatable in practical design?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For cable and PC and power supply, I will try other combinations. Thanks for advice. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 23:15:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254896#M7455</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-05-24T23:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why USB keeps attach/reset/detach in _usb_khci_task()?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254897#M7456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that we need an small delay in _usb_khci_reset(). Please verify it on your platform and give me your testing results. Here is the whole story.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project: Freescale USB v4.0.3 USB HID Keyboard mouse&lt;/P&gt;&lt;P&gt;Platform: Kinetis L2K,&lt;/P&gt;&lt;P&gt;CC: EWARM&lt;/P&gt;&lt;P&gt;Hardware: FRDM with add-on USB host port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In driver\khci_kinetis.c, there is one USB ISR:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB_ISR_HOST()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB_ISTAT_ATTACH_MASK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB_INTEN_ATTACHEN_MASK (disabled), only enabled by _usb_khci_init() and _usb_khci_detach()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB_ISTAT_TOKDNE_MASK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB_ISTAT_USBRST_MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one main loop in khci driver layer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _usb_khci_task()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _usb_khci_attach(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear all pending interrupts in USB0_ISTAT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reset bus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; delay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enable USB_ISTAT_TOKDNE_MASK + USB_ISTAT_USBRST_MASK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; usb_dev_list_attach_device()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _usb_khci_reset()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;clear USB_ISTAT_ATTACH_MASK in USB0_ISTAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;if USB_ISTAT_ATTACH_MASK again&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB0_ADDR = 0, USB0_ENDPT0 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; goes to detach&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _usb_khci_detach()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Disable bus control&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clear pending interrupts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable USB_ISTAT_ATTACH_MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;You will find USB_ISTAT_ATTACH_MASK is only enabled in _usb_khci_init() and _usb_khci_detach(), and checked in _usb_khci_reset().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;If _usb_khci_reset() clears USB_ISTAT_ATTACH_MASK then check it again. The MCU runs too fast to get another ATTACH interrupt, so I put a time_delay(1) here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="mce_paste_marker"&gt;Now, it only requires 1 bus reset operation before enumeration. Not only HID projects, my ADB project goes well too.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="mce_paste_marker"&gt;I would like to suggest to add such statement into future FSL USB stack, if FSL FAE verifies it.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 09:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-USB-keeps-attach-reset-detach-in-usb-khci-task/m-p/254897#M7456</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-05-30T09:00:57Z</dc:date>
    </item>
  </channel>
</rss>

