1. 10 4月, 2012 1 次提交
  2. 29 2月, 2012 1 次提交
    • G
      USB: create module_usb_serial_driver macro · d1cddb4a
      Greg KH 提交于
      Now that Alan Stern has cleaned up the usb serial driver registration,
      we have the ability to create a module_usb_serial_driver macro to make
      things a bit simpler, like the other *_driver macros created.
      
      But, as we need two functions here, we can't reuse the existing
      module_driver() macro, so we need to roll our own.
      
      Here's a patch implementing module_usb_serial_driver() and it converts
      the pl2303 driver to use it, showing a nice cleanup.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d1cddb4a
  3. 25 2月, 2012 1 次提交
  4. 13 1月, 2012 1 次提交
  5. 16 11月, 2011 4 次提交
  6. 27 9月, 2011 1 次提交
  7. 27 8月, 2011 1 次提交
  8. 19 7月, 2011 1 次提交
  9. 09 7月, 2011 1 次提交
  10. 18 2月, 2011 3 次提交
  11. 23 1月, 2011 2 次提交
  12. 24 8月, 2010 1 次提交
  13. 21 8月, 2010 1 次提交
  14. 21 5月, 2010 7 次提交
  15. 01 5月, 2010 1 次提交
  16. 23 4月, 2010 1 次提交
  17. 03 3月, 2010 5 次提交
  18. 10 10月, 2009 1 次提交
  19. 23 9月, 2009 4 次提交
  20. 20 9月, 2009 1 次提交
  21. 08 8月, 2009 1 次提交
    • K
      USB: pl2303: New vendor and product id · 49276560
      Khanh-Dang Nguyen Thu Lam 提交于
      I am submitting a patch for the pl2303 driver.  This patch adds support
      for the "Sony QN-3USB" cable (vendor=0x054c, product=0x0437).  This USB
      cable is a so-called data cable used to connect a Sony mobile phone to a
      computer.  Supported models are Sony CMD-J5, J6, J7, J16, J26, J70 and
      Z7.
      
      I have used this patch with my Sony CMD-J70 for several days and I
      haven't encountered any kernel/hardware issue.
      
      
      From: Khanh-Dang Nguyen Thu Lam <kdntl@yahoo.fr>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      49276560