1
0
Fork 0

USBNET: DM9501: Add Corega FEther USB-TXC support.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
YOSHIFUJI Hideaki 2007-03-02 20:33:55 -05:00 committed by Greg Kroah-Hartman
parent 62d909ced0
commit 6438ac2677
1 changed files with 4 additions and 0 deletions

View File

@ -570,6 +570,10 @@ static const struct driver_info dm9601_info = {
};
static const struct usb_device_id products[] = {
{
USB_DEVICE(0x07aa, 0x9601), /* Corega FEther USB-TXC */
.driver_info = (unsigned long)&dm9601_info,
},
{
USB_DEVICE(0x0a46, 0x9601), /* Davicom USB-100 */
.driver_info = (unsigned long)&dm9601_info,