diff options
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 2476a612c2b..bbd58539b78 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.735 2017/10/19 23:55:02 jmcneill Exp $ */ +/* $NetBSD: usbdevs.h,v 1.736 2017/10/31 00:30:07 khorben Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.742 2017/10/19 23:54:42 jmcneill Exp + * NetBSD: usbdevs,v 1.743 2017/10/31 00:20:51 khorben Exp */ /* @@ -3290,6 +3290,7 @@ /* TP-Link products */ #define USB_PRODUCT_TPLINK_RTL8192CU 0x0100 /* RTL8192CU */ +#define USB_PRODUCT_TPLINK_RTL8192EU 0x0109 /* RTL8192EU */ #define USB_PRODUCT_TPLINK_RTL8188EU 0x010c /* RTL8188EU */ /* Trek Technology products */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index a3b58bb882e..b65f55924a5 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.736 2017/10/19 23:55:02 jmcneill Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.737 2017/10/31 00:30:07 khorben Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.742 2017/10/19 23:54:42 jmcneill Exp + * NetBSD: usbdevs,v 1.743 2017/10/31 00:20:51 khorben Exp */ /* @@ -4480,6 +4480,8 @@ static const uint16_t usb_products[] = { 8525, 6353, 4878, 5670, 0, USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8192CU, 5090, 0, + USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8192EU, + 16460, 0, USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8188EU, 5100, 0, USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE, @@ -6974,7 +6976,7 @@ static const char usb_words[] = { "." "RTL8191CU\0" /* 1 refs @ 16431 */ "RTL8192CE\0" /* 1 refs @ 16441 */ "RTL8187B\0" /* 3 refs @ 16451 */ - "RTL8192EU\0" /* 1 refs @ 16460 */ + "RTL8192EU\0" /* 2 refs @ 16460 */ "RTL8712\0" /* 1 refs @ 16470 */ "RTL8713\0" /* 1 refs @ 16478 */ "BlackBerry\0" /* 3 refs @ 16486 */ |
