Commit 1937f177 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB: add support for Buffalo LUA-U2-KTX

Add support for Buffalo's LUA-U2-KTX, which is a AX8817X based usb
ethernet adapter.  I just added the USB id and it worked like a dream.

From:          Neil Bortnak <neil@bortnak.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent f2ed2d69
......@@ -104,6 +104,8 @@
* disconnect; other cleanups. (db) Flush net1080 fifos
* after several sequential framing errors. (Johannes Erdfelt)
* 22-aug-2003 AX8817X support (Dave Hollis).
* 14-jun-2004 Trivial patch for AX8817X based Buffalo LUA-U2-KTX in Japan
* (Neil Bortnak)
*
*-------------------------------------------------------------------------*/
......@@ -3205,6 +3207,10 @@ static const struct usb_device_id products [] = {
// ATEN UC210T
USB_DEVICE (0x0557, 0x2009),
.driver_info = (unsigned long) &ax8817x_info,
}, {
// Buffalo LUA-U2-KTX
USB_DEVICE (0x0411, 0x003d),
.driver_info = (unsigned long) &ax8817x_info,
},
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment