diff options
author | 2014-03-14 14:59:43 +0000 | |
---|---|---|
committer | 2014-03-14 14:59:43 +0000 | |
commit | f2b21ad39c5cd05990cd6cd35975ddb2e22d10a7 (patch) | |
tree | a086aca584e63fbf9f63a39eb2faa92d2a92ec2c /sys/dev/usb/usbdevs_data.h | |
parent | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and (diff) | |
download | wireguard-openbsd-f2b21ad39c5cd05990cd6cd35975ddb2e22d10a7.tar.xz wireguard-openbsd-f2b21ad39c5cd05990cd6cd35975ddb2e22d10a7.zip |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 934af9bcdd4..c09ea7e5bfa 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdevs_data.h,v 1.630 2014/03/09 05:10:53 brad Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.631 2014/03/14 14:59:43 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -1554,6 +1554,10 @@ const struct usb_known_product usb_known_products[] = { "F7D2102", }, { + USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_RTL8192CU_1, + "RTL8192CU", + }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F9L1004V1, "F9L1004V1", }, |