Add support for the Davicom DM9601.
Submitted by: William Grzybowski
This commit is contained in:
parent
3719d4861d
commit
48f7101580
@ -260,11 +260,8 @@ static const struct udav_type {
|
||||
{{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC }, 0},
|
||||
/* ShanTou ST268 USB NIC */
|
||||
{{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268 }, 0},
|
||||
#if 0
|
||||
/* DAVICOM DM9601 Generic? */
|
||||
/* XXX: The following ids was obtained from the data sheet. */
|
||||
{{ 0x0a46, 0x9601 }, 0},
|
||||
#endif
|
||||
/* ShanTou DM9601 USB NIC */
|
||||
{{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_DM9601}, 0},
|
||||
};
|
||||
#define udav_lookup(v, p) ((const struct udav_type *)usb_lookup(udav_devs, v, p))
|
||||
|
||||
|
@ -2016,6 +2016,7 @@ product SENAO NUB8301 0x2000 NUB-8301
|
||||
|
||||
/* ShanTou products */
|
||||
product SHANTOU ST268 0x0268 ST268
|
||||
product SHANTOU DM9601 0x9601 DM 9601
|
||||
|
||||
/* Shark products */
|
||||
product SHARK PA 0x0400 Pocket Adapter
|
||||
|
Loading…
Reference in New Issue
Block a user