Changeset 7538
- Timestamp:
- Feb 28, 2010, 6:55:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/misc/patches/if_udav.c.patch
r7537 r7538 1 --- if_udav.c 2009-12-22 12:59:53.000000000 +0100 2 +++ if_udav.c.new 2009-12-22 13:04:21.000000000 +0100 3 @@ -260,11 +260,8 @@ 4 {{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC }, 0}, 5 /* ShanTou ST268 USB NIC */ 6 {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268 }, 0}, 7 -#if 0 8 - /* DAVICOM DM9601 Generic? */ 9 - /* XXX: The following ids was obtained from the data sheet. */ 10 - {{ 0x0a46, 0x9601 }, 0}, 11 -#endif 1 --- if_udav.c 2010-02-19 19:58:45.000000000 +0100 2 +++ if.udav.c.new 2010-02-19 17:54:20.000000000 +0100 3 @@ -206,6 +206,8 @@ 4 {USB_VPI(USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268, 0)}, 5 /* Corega USB-TXC */ 6 {USB_VPI(USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC, 0)}, 12 7 + /* DAVICOM DM9601 Generic */ 13 + { { USB_VENDOR_DAVICOM, USB_PRODUCT_DAVICOM_DM9601 }, 0},8 + {USB_VPI(USB_VENDOR_DAVICOM, USB_PRODUCT_DAVICOM_DM9601, 0)}, 14 9 }; 15 #define udav_lookup(v, p) ((const struct udav_type *)usb_lookup(udav_devs, v, p))16 10 11 static void
Note:
See TracChangeset
for help on using the changeset viewer.