From c3f42416019cd4ac747655913254db242286ebca Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 10 Oct 2003 21:01:00 +0000 Subject: 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 --- sys/dev/usb/usbdevs | 4 ++++ sys/dev/usb/usbdevs.h | 6 +++++- sys/dev/usb/usbdevs_data.h | 14 +++++++++++++- 3 files changed, 22 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5b880d01c347c..d5cf6b8cae20a 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 f672fbecdc3fb..ebb12362ef0e0 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 65596535dc7d3..9789232120ea5 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 */ /* @@ -1371,6 +1371,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Intel", "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, @@ -4599,6 +4605,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Beckhoff", NULL, }, + { + USB_VENDOR_INTERSIL, 0, + USB_KNOWNDEV_NOPROD, + "Intersil", + NULL, + }, { USB_VENDOR_ALTIUS, 0, USB_KNOWNDEV_NOPROD, -- cgit v1.3