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/usb/usbdevs_data.h | |
| parent | 635fbd63e1fd4165c302d594d3b487b279979bbf (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
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; |
