1. 18 10月, 2008 1 次提交
  2. 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
  3. 24 9月, 2008 1 次提交
  4. 22 8月, 2008 1 次提交
  5. 14 8月, 2008 3 次提交
  6. 23 7月, 2008 2 次提交
  7. 22 7月, 2008 1 次提交
  8. 04 7月, 2008 1 次提交
  9. 30 5月, 2008 1 次提交
  10. 21 5月, 2008 2 次提交
  11. 15 5月, 2008 4 次提交
  12. 25 4月, 2008 6 次提交
  13. 16 4月, 2008 4 次提交
  14. 11 3月, 2008 1 次提交
  15. 05 3月, 2008 1 次提交
  16. 22 2月, 2008 6 次提交
  17. 02 2月, 2008 2 次提交
    • O
      USB: make sure usb serial drivers don't flush to logically disconnected devices · e33fe4d8
      Oliver Neukum 提交于
      If disconnect() is called for a logical disconnect, no more IO must be
      done after disconnect() returns, or the old and new drivers may conflict.
      This patch avoids this by using the flag and lock introduced by the earlier
      patch for the mos7720 driver.
      Signed-off-by: NOliver Neukum <oneukum@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e33fe4d8
    • N
      USB: Variant of the Dell Wireless 5520 driver · ab91d346
      Nate Carlson 提交于
      I've got a Dell wireless 5520 card with a different USB ID - specifically, 8136
      instead of 8137. Attached a small patch to add support, and the output of an
      'ati3'.
      
      If we could get this in, that'd be sweet.  ;)  Thanks!
      
      nc@knight:~/tmp/linux-2.6.24-rc8/drivers/usb/serial$ lsusb | grep 8136
      	Bus 001 Device 005: ID 413c:8136 Dell Computer Corp.
      nc@knight:~/tmp/linux-source-2.6.23/drivers/usb/serial$ cu -l ttyUSB0 -s 115200
      	Connected.
      	ati3
      	Manufacturer: Novatel Wireless Incorporated
      	Model: Expedite EU860D MiniCard
      	Revision: 10.10.04.01-01  [2007-04-11 14:07:19]
      	IMEI: 011186000228043
      	+GCAP: +CGSM,+DS,+ES
      
      From: Nate Carlson <natecars@natecarlson.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      ab91d346
  18. 18 12月, 2007 1 次提交
  19. 26 10月, 2007 1 次提交