summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-04-23 19:17:00 +0000
committerbrad <brad@openbsd.org>2006-04-23 19:17:00 +0000
commitfe4e0fb476d6440a3dfeadc7379b5c5905e9799c (patch)
treef1fb56ee21f48f415cda23edb3a50f9da144dee0
parentadd the Dell Bluetooth 350 module. (diff)
downloadwireguard-openbsd-fe4e0fb476d6440a3dfeadc7379b5c5905e9799c.tar.xz
wireguard-openbsd-fe4e0fb476d6440a3dfeadc7379b5c5905e9799c.zip
regen
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 12 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 8a7b4e7dcb1..38d8c395683 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.196 2006/04/16 04:01:52 brad Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.197 2006/04/23 19:17:00 brad Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.192 2006/04/16 04:01:12 brad Exp
+ * OpenBSD: usbdevs,v 1.193 2006/04/23 19:16:14 brad Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -469,6 +469,7 @@
#define USB_VENDOR_INTEL 0x8086 /* Intel */
#define USB_VENDOR_SITECOM2 0x9016 /* Sitecom */
#define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */
+
/*
* List of known products. Grouped by vendor.
*/
@@ -846,6 +847,7 @@
/* Dell products */
#define USB_PRODUCT_DELL_TM1180 0x8100 /* TrueMobile 1180 WLAN */
+#define USB_PRODUCT_DELL_BLUETOOTH350 0x8103 /* Bluetooth 350 */
/* DeLorme products */
#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
@@ -1679,7 +1681,7 @@
#define USB_PRODUCT_ROLAND_UA700 0x002b /* UA-700 Audio I/F */
/* Rockfire products */
-#define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* gamepad 203USB */
+#define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* Gamepad 203USB */
/* Sagem products */
#define USB_PRODUCT_SAGEM_SERIAL 0x0027 /* Serial */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index c7c26742f69..3cd7a2245f6 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.196 2006/04/16 04:01:52 brad Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.197 2006/04/23 19:17:00 brad Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.192 2006/04/16 04:01:12 brad Exp
+ * OpenBSD: usbdevs,v 1.193 2006/04/23 19:16:14 brad Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -931,6 +931,10 @@ const struct usb_known_product usb_known_products[] = {
"TrueMobile 1180 WLAN",
},
{
+ USB_VENDOR_DELL, USB_PRODUCT_DELL_BLUETOOTH350,
+ "Bluetooth 350",
+ },
+ {
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
"Earthmate GPS",
},
@@ -3128,7 +3132,7 @@ const struct usb_known_product usb_known_products[] = {
},
{
USB_VENDOR_ROCKFIRE, USB_PRODUCT_ROCKFIRE_GAMEPAD,
- "gamepad 203USB",
+ "Gamepad 203USB",
},
{
USB_VENDOR_SAGEM, USB_PRODUCT_SAGEM_SERIAL,