summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-26 19:08:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-26 19:08:25 +0000
commitb7d1f998a711a33c4236c8d9d02204025a94c9a6 (patch)
tree7b6dbcccd563693f0531e232e7cdd6b0c3133707 /sys
parent2e6f2d34ed2e565d0d1ac8797a1ecac1e606a93c (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 61a7e3189ea..02c56006ff1 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.240 2006/11/25 17:31:09 jsg Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.241 2006/11/26 19:08:24 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.234 2006/11/25 17:30:43 jsg Exp
+ * OpenBSD: usbdevs,v 1.235 2006/11/26 19:07:53 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -414,6 +414,7 @@
#define USB_VENDOR_AIRPRIME 0x0f3d /* Airprime */
#define USB_VENDOR_VTECH 0x0f88 /* VTech */
#define USB_VENDOR_FALCOM 0x0f94 /* Falcom Wireless Communications GmbH */
+#define USB_VENDOR_RIM 0x0fca /* Research In Motion */
#define USB_VENDOR_DYNASTREAM 0x0fcf /* Dynastream Innovations */
#define USB_VENDOR_QUALCOMM2 0x1004 /* Qualcomm */
#define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */
@@ -1831,6 +1832,9 @@
#define USB_PRODUCT_REALTEK_RTL8151 0x8151 /* RTL8151 PNA */
#define USB_PRODUCT_REALTEK_RTL8187 0x8187 /* RTL8187 */
+/* Research In Motion products */
+#define USB_PRODUCT_RIM_BLACKBERRY 0x0001 /* Blackberry */
+
/* Roland products */
#define USB_PRODUCT_ROLAND_UA100 0x0000 /* UA-100 Audio I/F */
#define USB_PRODUCT_ROLAND_UM4 0x0002 /* UM-4 MIDI I/F */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 386dfc97567..7b5f37df462 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.238 2006/11/25 17:31:09 jsg Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.239 2006/11/26 19:08:24 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.234 2006/11/25 17:30:43 jsg Exp
+ * OpenBSD: usbdevs,v 1.235 2006/11/26 19:07:53 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -3479,6 +3479,10 @@ const struct usb_known_product usb_known_products[] = {
"RTL8187",
},
{
+ USB_VENDOR_RIM, USB_PRODUCT_RIM_BLACKBERRY,
+ "Blackberry",
+ },
+ {
USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UA100,
"UA-100 Audio I/F",
},
@@ -5895,6 +5899,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Falcom Wireless Communications GmbH",
},
{
+ USB_VENDOR_RIM,
+ "Research In Motion",
+ },
+ {
USB_VENDOR_DYNASTREAM,
"Dynastream Innovations",
},