Skip to content

Commit

Permalink
USBNET: DM9501: Add Corega FEther USB-TXC support.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
YOSHIFUJI Hideaki authored and Greg Kroah-Hartman committed Mar 10, 2007
1 parent 62d909c commit 6438ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/usb/net/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6438ac2

Please sign in to comment.