summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-10-10 21:01:00 +0000
committerbms <bms@FreeBSD.org>2003-10-10 21:01:00 +0000
commit4d9f6dfda8105c03cf04b2c081036b893f3bd8f5 (patch)
treeab4f76060c3777fd4cc31891cae60cf57ecbd518 /sys/dev/usb
parent1d057731585f7b9876862a67f36eba40189f4a6f (diff)
downloadFreeBSD-src-4d9f6dfda8105c03cf04b2c081036b893f3bd8f5.zip
FreeBSD-src-4d9f6dfda8105c03cf04b2c081036b893f3bd8f5.tar.gz
Add the Intersil Prism2/Atmel device. These particular devices are strange
beasts which are reported to exist in both Atmel and Prism2 flavours. In particular, Itronix branded laptops have the Atmel part with an Intersil radio. Obtained from: NetBSD
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs4
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h14
3 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 5b880d0..d5cf6b8 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -318,6 +318,7 @@ vendor AGILENT 0x0957 Agilent Technologies
vendor PORTSMITH 0x095a Portsmith
vendor ADIRONDACK 0x0976 Adirondack Wire & Cable
vendor BECKHOFF 0x0978 Beckhoff
+vendor INTERSIL 0x09aa Intersil
vendor ALTIUS 0x09b3 Altius Solutions
vendor ARRIS 0x09c1 Arris Interactive
vendor ACTIVCARD 0x09c3 ACTIVCARD
@@ -739,6 +740,9 @@ product INSYSTEM USBCABLE 0x081a USB cable
product INTEL EASYPC_CAMERA 0x0110 Easy PC Camera
product INTEL TESTBOARD 0x9890 82930 test board
+/* Intersil products */
+product INTERSIL PRISM_2X 0x3642 Prism2.x or Atmel WLAN
+
/* I/O DATA products */
product IODATA USBETT 0x0901 USB ETT
product IODATA USBETTX 0x0904 USB ETTX
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index f672fbe..ebb1236 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.141 2003/10/10 16:02:07 bms Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.142 2003/10/10 20:58:46 bms Exp
*/
/*
@@ -325,6 +325,7 @@
#define USB_VENDOR_PORTSMITH 0x095a /* Portsmith */
#define USB_VENDOR_ADIRONDACK 0x0976 /* Adirondack Wire & Cable */
#define USB_VENDOR_BECKHOFF 0x0978 /* Beckhoff */
+#define USB_VENDOR_INTERSIL 0x09aa /* Intersil */
#define USB_VENDOR_ALTIUS 0x09b3 /* Altius Solutions */
#define USB_VENDOR_ARRIS 0x09c1 /* Arris Interactive */
#define USB_VENDOR_ACTIVCARD 0x09c3 /* ACTIVCARD */
@@ -746,6 +747,9 @@
#define USB_PRODUCT_INTEL_EASYPC_CAMERA 0x0110 /* Easy PC Camera */
#define USB_PRODUCT_INTEL_TESTBOARD 0x9890 /* 82930 test board */
+/* Intersil products */
+#define USB_PRODUCT_INTERSIL_PRISM_2X 0x3642 /* Prism2.x or Atmel WLAN */
+
/* I/O DATA products */
#define USB_PRODUCT_IODATA_USBETT 0x0901 /* USB ETT */
#define USB_PRODUCT_IODATA_USBETTX 0x0904 /* USB ETTX */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 6559653..9789232 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.141 2003/10/10 16:02:07 bms Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.142 2003/10/10 20:58:46 bms Exp
*/
/*
@@ -1372,6 +1372,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"82930 test board",
},
{
+ USB_VENDOR_INTERSIL, USB_PRODUCT_INTERSIL_PRISM_2X,
+ 0,
+ "Intersil",
+ "Prism2.x or Atmel WLAN",
+ },
+ {
USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT,
0,
"I/O Data",
@@ -4600,6 +4606,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_INTERSIL, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Intersil",
+ NULL,
+ },
+ {
USB_VENDOR_ALTIUS, 0,
USB_KNOWNDEV_NOPROD,
"Altius Solutions",
OpenPOWER on IntegriCloud