diff options
| author | jnemeth <jnemeth@NetBSD.org> | 2017-05-03 15:14:27 +0000 |
|---|---|---|
| committer | jnemeth <jnemeth@NetBSD.org> | 2017-05-03 15:14:27 +0000 |
| commit | eccad783f161c5e0b45123f9846d5a6694a5faef (patch) | |
| tree | 1e5275843b7354a3643cdce1aedb5e83b003eab7 /sys | |
| parent | 203eb49a98f5ccc2538dee5adcb941dff785ebe1 (diff) | |
PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3634d6f75e3..199a1e8fd2d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.732 2017/04/18 19:09:12 riastradh Exp $ +$NetBSD: usbdevs,v 1.733 2017/05/03 15:14:27 jnemeth Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -3260,6 +3260,7 @@ product TOSHIBA HSDPA_MODEM_EU870DT1 0x1302 HSDPA 3G Modem Card /* TP-Link products */ product TPLINK RTL8192CU 0x0100 RTL8192CU +product TPLINK RTL8188EU 0x010c RTL8188EU /* Trek Technology products */ product TREK THUMBDRIVE 0x1111 ThumbDrive diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a7e97201792..2e2dbf02b36 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.723 2017/04/18 19:10:58 riastradh Exp $ */ +/* $NetBSD: usbdevs.h,v 1.724 2017/05/03 15:20:27 jnemeth Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.732 2017/04/18 19:09:12 riastradh Exp + * NetBSD: usbdevs,v 1.733 2017/05/03 15:14:27 jnemeth Exp */ /* @@ -3267,6 +3267,7 @@ /* TP-Link products */ #define USB_PRODUCT_TPLINK_RTL8192CU 0x0100 /* RTL8192CU */ +#define USB_PRODUCT_TPLINK_RTL8188EU 0x010c /* RTL8188EU */ /* Trek Technology products */ #define USB_PRODUCT_TREK_THUMBDRIVE 0x1111 /* ThumbDrive */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 69622d71f9c..88ba8860516 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.724 2017/04/18 19:10:58 riastradh Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.725 2017/05/03 15:20:27 jnemeth Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.732 2017/04/18 19:09:12 riastradh Exp + * NetBSD: usbdevs,v 1.733 2017/05/03 15:14:27 jnemeth Exp */ /* @@ -4448,6 +4448,8 @@ static const uint16_t usb_products[] = { 8474, 6344, 4869, 5661, 0, USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8192CU, 5081, 0, + USB_VENDOR_TPLINK, USB_PRODUCT_TPLINK_RTL8188EU, + 5091, 0, USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE, 18679, 0, USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, @@ -5447,7 +5449,7 @@ static const char usb_words[] = { "." "USB2.0\0" /* 6 refs @ 5069 */ "WL54\0" /* 1 refs @ 5076 */ "RTL8192CU\0" /* 24 refs @ 5081 */ - "RTL8188EU\0" /* 2 refs @ 5091 */ + "RTL8188EU\0" /* 3 refs @ 5091 */ "RTL8188CU\0" /* 21 refs @ 5101 */ "XX10\0" /* 1 refs @ 5111 */ "BWU613\0" /* 1 refs @ 5116 */ |
