]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: Variant of the Dell Wireless 5520 driver
authorNate Carlson <natecars@natecarlson.com>
Fri, 1 Feb 2008 23:16:57 +0000 (15:16 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:24 +0000 (11:46 -0800)
commitcb0ba31a08707a87b7a600c65d93415d212e417b
tree2714a451398aed3df95408afb37d3f6184aa7863
parentce2193d7451caa92af6753b5cef6212be6bbb57f
USB: Variant of the Dell Wireless 5520 driver

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c