diff options
| author | nonaka <nonaka@NetBSD.org> | 2014-05-30 16:12:22 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2014-05-30 16:12:22 +0000 |
| commit | 8fcee246b1ad48459cfa8299a37d9f089f08082c (patch) | |
| tree | fde1e160240f277c9d03fbeb0367225c2369da69 /sys/dev/usb/usbdevs_data.h | |
| parent | 844b171ccbae395d6b08e46c030034d46899ad75 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index c349115e12d..0fd451e9637 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.664 2014/05/27 13:41:48 ryoon Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.665 2014/05/30 16:12:22 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp + * NetBSD: usbdevs,v 1.672 2014/05/30 16:11:52 nonaka Exp */ /* @@ -8079,6 +8079,10 @@ const struct usb_product usb_products[] = { "USB serial adapter REX-USB60F", }, { + USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188ETV, + "RTL8188ETV", + }, + { USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188CTV, "RTL8188CTV", }, @@ -8127,6 +8131,10 @@ const struct usb_product usb_products[] = { "RTL8192CU", }, { + USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188EU, + "RTL8188EU", + }, + { USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8188CU_1, "RTL8188CU", }, @@ -10139,4 +10147,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1995; +const int usb_nproducts = 1997; |
