Bug 15599 - kaweth: New USB device ID 07c9:b010
Summary: kaweth: New USB device ID 07c9:b010
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: All Linux
: P1 enhancement
Assignee: drivers_network@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-21 20:41 UTC by Andreas Hartmann
Modified: 2012-07-05 16:22 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.32.10
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.