1. 22 8月, 2008 1 次提交
  2. 14 8月, 2008 3 次提交
  3. 23 7月, 2008 2 次提交
  4. 22 7月, 2008 1 次提交
  5. 04 7月, 2008 1 次提交
  6. 30 5月, 2008 1 次提交
  7. 21 5月, 2008 2 次提交
  8. 15 5月, 2008 4 次提交
  9. 25 4月, 2008 6 次提交
  10. 16 4月, 2008 4 次提交
  11. 11 3月, 2008 1 次提交
  12. 05 3月, 2008 1 次提交
  13. 22 2月, 2008 6 次提交
  14. 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
  15. 18 12月, 2007 1 次提交
  16. 26 10月, 2007 2 次提交
  17. 11 9月, 2007 2 次提交