Bug 15599

Summary: kaweth: New USB device ID 07c9:b010
Product: Drivers Reporter: Andreas Hartmann (andi)
Component: NetworkAssignee: drivers_network (drivers_network)
Status: RESOLVED CODE_FIX    
Severity: enhancement CC: akpm, alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.32.10 Subsystem:
Regression: No Bisected commit-id:

Description Andreas Hartmann 2010-03-21 20:41:22 UTC
The above USB Ethernet adapter with the KL5KUSB101B chip is so far unknown to the kaweth driver. Please find below a patch with which the device works. Thanks for including. A patch to usb.ids is already submitted.

--- kaweth.c.orig       2010-03-15 16:52:04.000000000 +0100
+++ kaweth.c    2010-03-21 19:21:39.000000000 +0100
@@ -145,6 +145,7 @@
        { USB_DEVICE(0x0707, 0x0100) }, /* SMC 2202USB */
        { USB_DEVICE(0x07aa, 0x0001) }, /* Correga K.K. */
        { USB_DEVICE(0x07b8, 0x4000) }, /* D-Link DU-E10 */
+       { USB_DEVICE(0x07c9, 0xb010) }, /* Allied Telesyn AT-USB10 USB Ethernet Adapter */
        { USB_DEVICE(0x0846, 0x1001) }, /* NetGear EA-101 */
        { USB_DEVICE(0x0846, 0x1002) }, /* NetGear EA-101 */
        { USB_DEVICE(0x085a, 0x0008) }, /* PortGear Ethernet Adapter */
Comment 1 Andrew Morton 2010-03-21 20:45:56 UTC
Please don't send patches via bugzilla - it causes lots of problems with
our usual patch management and review processes.

Please send this patch via email as per Documentation/SubmittingPatches.
Suitable recipients may be found via scripts/get_maintainer.pl.  Please
also cc myself on the email.

Thanks.