diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-09-30 03:58:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-09-30 03:58:19 +0000 |
commit | 49b5234192ae529e794ec14471ffdf17cf23647a (patch) | |
tree | 2e80acfc779bdede9b19b1ab420903d8ff18c4c1 /sys | |
parent | 168eb46e15d8c063971f413a20b6323d61310134 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index f5c7913ce0c..454771e072c 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.615 2013/09/05 19:42:09 sasano Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.616 2013/09/30 03:58:18 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.604 2013/08/20 04:49:44 jsg Exp + * OpenBSD: usbdevs,v 1.606 2013/09/30 03:55:46 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1131,6 +1131,7 @@ #define USB_PRODUCT_BELKIN_RTL8192CU_2 0x1004 /* RTL8192CU */ #define USB_PRODUCT_BELKIN_F6C1100 0x1100 /* F6C1100/1200 UPS */ #define USB_PRODUCT_BELKIN_RTL8188CU 0x1102 /* RTL8188CU */ +#define USB_PRODUCT_BELKIN_RTL8188CUS 0x11f2 /* RTL8188CUS */ #define USB_PRODUCT_BELKIN_F5U120 0x1203 /* F5U120-PC Hub */ #define USB_PRODUCT_BELKIN_RTL8192CU 0x2102 /* RTL8192CU */ #define USB_PRODUCT_BELKIN_F7D2102 0x2103 /* F7D2102 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index d2dd031c40b..9b28f7b1308 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.609 2013/09/05 19:42:09 sasano Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.610 2013/09/30 03:58:18 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.604 2013/08/20 04:49:44 jsg Exp + * OpenBSD: usbdevs,v 1.606 2013/09/30 03:55:46 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1390,6 +1390,10 @@ const struct usb_known_product usb_known_products[] = { "RTL8188CU", }, { + USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_RTL8188CUS, + "RTL8188CUS", + }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U120, "F5U120-PC Hub", }, |