diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2007-06-01 17:49:19 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2007-06-01 17:49:19 +0000 |
| commit | 58b50f535941ce2eecfb66255ee671f9f111661c (patch) | |
| tree | 1a79474e3bbdc3f4aaaf622751cab3a53697fd25 /sys/dev | |
| parent | 635fbd63e1fd4165c302d594d3b487b279979bbf (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 48cb409c4fd..9ec241891ec 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* ??? */ +/* $NetBSD: usbdevs.h,v 1.469 2007/06/01 17:49:19 jmcneill Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.466 2007/05/20 05:05:06 dogcow Exp + * NetBSD: usbdevs,v 1.467 2007/06/01 17:48:56 jmcneill Exp */ /* @@ -416,6 +416,7 @@ #define USB_VENDOR_AIRPRIME 0x0f3d /* AirPrime, Incorporated */ #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_QUALCOMM 0x1004 /* Qualcomm */ #define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */ @@ -895,6 +896,9 @@ #define USB_PRODUCT_DLINK_DSB650TX2 0x4102 /* 10/100 ethernet adapter */ #define USB_PRODUCT_DLINK_DSB650 0xabc1 /* 10/100 ethernet adapter */ +/* Research In Motion */ +#define USB_PRODUCT_RIM_BLACKBERRY 0x0001 /* BlackBerry */ + /* Dynastream Innovations */ #define USB_PRODUCT_DYNASTREAM_ANTDEVBOARD 0x1003 /* ANT dev board */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 4cd7c19fbca..ddb9d341a4c 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* ??? */ +/* $NetBSD: usbdevs_data.h,v 1.470 2007/06/01 17:49:19 jmcneill Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.466 2007/05/20 05:05:06 dogcow Exp + * NetBSD: usbdevs,v 1.467 2007/06/01 17:48:56 jmcneill Exp */ /* @@ -1438,6 +1438,10 @@ const struct usb_vendor usb_vendors[] = { "Falcom Wireless Communications GmbH", }, { + USB_VENDOR_RIM, + "Research In Motion", + }, + { USB_VENDOR_DYNASTREAM, "Dynastream Innovations", }, @@ -1738,7 +1742,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 423; +const int usb_nvendors = 424; const struct usb_product usb_products[] = { { @@ -2722,6 +2726,10 @@ const struct usb_product usb_products[] = { "10/100 ethernet adapter", }, { + USB_VENDOR_RIM, USB_PRODUCT_RIM_BLACKBERRY, + "BlackBerry", + }, + { USB_VENDOR_DYNASTREAM, USB_PRODUCT_DYNASTREAM_ANTDEVBOARD, "ANT dev board", }, @@ -6074,4 +6082,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 1083; +const int usb_nproducts = 1084; |
