summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2004-06-24 05:25:04 +0000
committerjb <jb@FreeBSD.org>2004-06-24 05:25:04 +0000
commitdfc6d273f249c75f8d2cc1d890bc5d7cd431b65e (patch)
tree1386f470501e061230a9b3aefb0de327f1427f3a
parent871c214a6cc3b49f64e15830ec2f1cafab7175b3 (diff)
downloadFreeBSD-src-dfc6d273f249c75f8d2cc1d890bc5d7cd431b65e.zip
FreeBSD-src-dfc6d273f249c75f8d2cc1d890bc5d7cd431b65e.tar.gz
Sync to usbdevs 1.183
-rw-r--r--sys/dev/usb/usbdevs.h7
-rw-r--r--sys/dev/usb/usbdevs_data.h20
2 files changed, 25 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index e08cc94..61ea051 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.183 2004/06/24 05:05:56 jb Exp
*/
/*
@@ -370,6 +370,7 @@
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
#define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */
+#define USB_VENDOR_DELORME 0x1163 /* Delorme Publishing */
#define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia Inc. */
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components */
#define USB_VENDOR_MOBILITY 0x1342 /* Mobility */
@@ -608,6 +609,9 @@
/* Dell products */
#define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */
+/* Delorme Paublishing products */
+#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
+
/* Diamond products */
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */
@@ -1085,6 +1089,7 @@
#define USB_PRODUCT_PHILIPS_PCA646VC 0x0303 /* PCA646VC PC Camera */
#define USB_PRODUCT_PHILIPS_PCVC680K 0x0308 /* PCVC680K Vesta Pro PC Camera */
#define USB_PRODUCT_PHILIPS_DSS150 0x0471 /* DSS 150 Digital Speaker System */
+#define USB_PRODUCT_PHILIPS_UM10016 0x1552 /* ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit */
#define USB_PRODUCT_PHILIPS_DIVAUSB 0x1801 /* DIVA USB mp3 player */
/* Philips Semiconductor products */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 66e2e32..344193b 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.183 2004/06/24 05:05:56 jb Exp
*/
/*
@@ -802,6 +802,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Dell BC02 Bluetooth USB Adapter",
},
{
+ USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
+ 0,
+ "Delorme Publishing",
+ "Earthmate GPS",
+ },
+ {
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
0,
"Diamond",
@@ -2596,6 +2602,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"DSS 150 Digital Speaker System",
},
{
+ USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_UM10016,
+ 0,
+ "Philips",
+ "ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit",
+ },
+ {
USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DIVAUSB,
0,
"Philips",
@@ -5218,6 +5230,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_DELORME, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Delorme Publishing",
+ NULL,
+ },
+ {
USB_VENDOR_ACERCM, 0,
USB_KNOWNDEV_NOPROD,
"Acer Communications & Multimedia Inc.",
OpenPOWER on IntegriCloud