diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2008-10-10 23:53:19 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2008-10-10 23:53:19 +0000 |
| commit | c53df256ca14ebd182f142138a8c35c6a6215212 (patch) | |
| tree | fb0c96c67c00dedd95679f8a9dd55e8300fb3f4d /sys/dev/usb/usbdevs_data.h | |
| parent | aaa79600f5015747bb6a0e583142d7b55d10f7c1 (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 8a10856a5b6..80385013e84 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.510 2008/10/10 22:49:30 jmcneill Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.511 2008/10/10 23:53:19 jakllsch Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.514 2008/10/10 22:28:53 jmcneill Exp + * NetBSD: usbdevs,v 1.515 2008/10/10 23:50:39 jakllsch Exp */ /* @@ -1731,6 +1731,10 @@ const struct usb_vendor usb_vendors[] = { "Motorola", }, { + USB_VENDOR_PINNACLE, + "Pinnacle Systems", + }, + { USB_VENDOR_TRIPPLITE, "Tripp-Lite", }, @@ -1839,7 +1843,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 450; +const int usb_nvendors = 451; const struct usb_product usb_products[] = { { @@ -5227,6 +5231,10 @@ const struct usb_product usb_products[] = { "CRW-600 6-in-1 Reader", }, { + USB_VENDOR_PINNACLE, USB_PRODUCT_PINNACLE_PCTV800E, + "PCTV 800e", + }, + { USB_VENDOR_PLANEX, USB_PRODUCT_PLANEX_GW_US11H, "GW-US11H WLAN", }, @@ -6711,4 +6719,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1217; +const int usb_nproducts = 1218; |
