1. 18 2月, 2011 3 次提交
  2. 23 10月, 2010 1 次提交
  3. 21 5月, 2010 1 次提交
  4. 01 5月, 2010 1 次提交
  5. 23 4月, 2010 1 次提交
  6. 03 3月, 2010 1 次提交
  7. 20 9月, 2009 1 次提交
  8. 21 7月, 2009 1 次提交
  9. 13 7月, 2009 2 次提交
  10. 16 6月, 2009 1 次提交
  11. 11 6月, 2009 1 次提交
  12. 24 4月, 2009 1 次提交
  13. 14 4月, 2009 1 次提交
  14. 10 2月, 2009 1 次提交
  15. 28 1月, 2009 1 次提交
  16. 13 1月, 2009 3 次提交
  17. 18 12月, 2008 1 次提交
  18. 18 10月, 2008 2 次提交
  19. 14 10月, 2008 1 次提交
    • A
      tty: usb-serial krefs · 4a90f09b
      Alan Cox 提交于
      Use kref in the USB serial drivers so that we don't free tty structures
      from under the URB receive handlers as has historically been the case if
      you were unlucky. This also gives us a framework for general tty drivers to
      use tty_port objects and refcount.
      
      Contains two err->dev_err changes merged together to fix clashes in the
      -next tree.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4a90f09b
  20. 24 9月, 2008 1 次提交
  21. 23 7月, 2008 2 次提交
  22. 10 7月, 2008 1 次提交
  23. 25 4月, 2008 4 次提交
  24. 19 4月, 2008 1 次提交
  25. 03 4月, 2008 1 次提交
    • R
      USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements. · 1bfd6693
      Robert Spanton 提交于
      The changes introduced in commit
      063a2da8 changed the semantics of the
      num_interrupt_in, num_interrupt_out, num_bulk_in and num_bulk_out
      entries of the usb_serial_driver struct to be the number of endpoints
      the device has when probed.
      
      This patch changes the ti_1port_device usb_serial_driver struct to
      reflect this change.  The single port devices only have 1
      bulk_out endpoint in their initial configuration, and so this patch
      changes the number of other types to NUM_DONT_CARE.
      
      The same change probably needs doing to the ti_2port_device struct,
      but I don't have a two port device at hand.
      Signed-off-by: NRobert Spanton <rspanton@zepler.net>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1bfd6693
  26. 02 2月, 2008 3 次提交
  27. 15 10月, 2007 1 次提交
  28. 13 7月, 2007 1 次提交