diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-16 09:13:42 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-16 09:13:42 +0000 |
commit | f2441a39ca73e919c2bcedbc951a88ee8ba88fbd (patch) | |
tree | 6c70e7b7995194c845ad7cb94127e96985da64ba /sys/dev/usb | |
parent | f5dcfffcf8800d59428768b33407deb5ee9f8996 (diff) |
Another unbranded udav(4) device.
From laurent FANIS <laurent.fanis@gmail.com>
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_udav.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index 731e0dc2bee..23268c93d32 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udav.c,v 1.20 2007/02/18 14:44:44 jsg Exp $ */ +/* $OpenBSD: if_udav.c,v 1.21 2007/04/16 09:13:41 jsg Exp $ */ /* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* @@ -149,6 +149,7 @@ static const struct udav_type { {{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC }, 0 }, {{ USB_VENDOR_DAVICOM, USB_PRODUCT_DAVICOM_DM9601 }, 0 }, {{ USB_VENDOR_DAVICOM, USB_PRODUCT_DAVICOM_WK668 }, 0 }, + {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_DM9601 }, 0 }, {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268 }, 0 } }; #define udav_lookup(v, p) ((struct udav_type *)usb_lookup(udav_devs, v, p)) |