1. 19 3月, 2015 1 次提交
  2. 13 7月, 2014 1 次提交
  3. 06 4月, 2014 1 次提交
  4. 04 3月, 2014 1 次提交
  5. 16 2月, 2014 1 次提交
  6. 19 8月, 2013 1 次提交
    • G
      ringbuffer: fix the ambiguous name · 981d929b
      Grissiom 提交于
      RT_RINGBUFFER_SIZE could mean "the size of the whole buffer", "the size
      of the empty space" or "the size of the data". Moreover, it's never a
      micro anymore. Change it to rt_ringbuffer_data_len before it's too late.
      Also, RT_RINGBUFFER_EMPTY is changed to rt_ringbuffer_space_len.
      981d929b
  7. 24 7月, 2013 1 次提交
  8. 29 6月, 2013 1 次提交
  9. 28 6月, 2013 1 次提交
  10. 23 6月, 2013 1 次提交
  11. 15 6月, 2013 1 次提交
  12. 11 6月, 2013 1 次提交
  13. 06 6月, 2013 1 次提交
    • G
      usb: add USB_MSG_PLUG_OUT event · ed19483c
      Grissiom 提交于
      When the core received an USB_MSG_PLUG_OUT event, it will stop all the
      classes. This make a chance that the classes could get rid off doing
      useless stuff while the USB cable is plugged out.
      ed19483c
  14. 30 5月, 2013 1 次提交
  15. 25 5月, 2013 2 次提交
    • qiuyiuestc's avatar
      usbdevice/core: add reset function to support hotplug · 97a507e6
      qiuyiuestc 提交于
      When the USB got RESET packet from the host and the address is setup,
      all the classes will got reset. The reset is done by class stop and than
      class run. So the classes should reset their internal state in
      class_{run,stop}.
      
      Besides, the USB device driver could post a USB_MSG_RESET message on
      every RESET packet.
      97a507e6
    • G
      cdc_vcom: reset the vcom state in proper cases · 046182be
      Grissiom 提交于
      Reset the vcom state in class_{run,stop} and when the PC is not
      receiving data from me.
      046182be
  16. 23 5月, 2013 1 次提交
  17. 17 5月, 2013 1 次提交
  18. 12 5月, 2013 4 次提交
  19. 10 5月, 2013 3 次提交
  20. 09 5月, 2013 1 次提交
  21. 04 5月, 2013 1 次提交
  22. 24 1月, 2013 1 次提交
  23. 17 1月, 2013 2 次提交
  24. 11 1月, 2013 1 次提交
  25. 09 1月, 2013 6 次提交
  26. 08 1月, 2013 1 次提交
  27. 31 12月, 2012 2 次提交