summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJolan Luff <jolan@cvs.openbsd.org>2006-11-01 07:09:42 +0000
committerJolan Luff <jolan@cvs.openbsd.org>2006-11-01 07:09:42 +0000
commit9a51c88919651dc4616398f07945056d02464ccb (patch)
treef0ae709c8be90aaa1c70be78c83dc34e15d057dd /sys
parent5ffa8ca4e9f052b8c4565a2d36b8dc7bd21f0671 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 6cac41fc4ec..d8349958c49 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdevs.h,v 1.233 2006/10/26 03:41:37 jsg Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.234 2006/11/01 07:09:41 jolan Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -65,6 +65,7 @@
*/
#define USB_VENDOR_EGALAX2 0x0123 /* eGalax */
+#define USB_VENDOR_BWCT 0x03da /* Bernd Walter Computer Technology */
#define USB_VENDOR_AOX 0x03e8 /* AOX */
#define USB_VENDOR_ATMEL 0x03eb /* Atmel */
#define USB_VENDOR_MITSUMI 0x03ee /* Mitsumi */
@@ -794,6 +795,9 @@
/* Behavior Technology Computer products */
#define USB_PRODUCT_BTC_BTC7932 0x6782 /* Keyboard/Mouse */
+/* Bernd Walter Computer Technology products */
+#define USB_PRODUCT_BWCT_6CHCONSER 0x0001 /* 6ch ConSer */
+
/* Canon, Inc. products */
#define USB_PRODUCT_CANON_N656U 0x2206 /* CANOSCAN N656U */
#define USB_PRODUCT_CANON_N1220U 0x2207 /* CANOSCAN N1220U */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 561319c4a88..d7960d1f6d7 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.231 2006/10/26 03:41:37 jsg Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.232 2006/11/01 07:09:41 jolan Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -747,6 +747,10 @@ const struct usb_known_product usb_known_products[] = {
"Keyboard/Mouse",
},
{
+ USB_VENDOR_BWCT, USB_PRODUCT_BWCT_6CHCONSER,
+ "6ch ConSer",
+ },
+ {
USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U,
"CANOSCAN N656U",
},
@@ -4463,6 +4467,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"eGalax",
},
{
+ USB_VENDOR_BWCT,
+ "Bernd Walter Computer Technology",
+ },
+ {
USB_VENDOR_AOX,
"AOX",
},