diff options
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 e62679627fd..781fe4a271a 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.575 2011/06/11 13:51:45 nonaka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.576 2011/07/11 20:22:30 matt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.581 2011/06/11 13:50:06 nonaka Exp + * NetBSD: usbdevs,v 1.582 2011/07/11 20:21:59 matt Exp */ /* @@ -1991,6 +1991,10 @@ const struct usb_vendor usb_vendors[] = { "MosChip Semiconductor", }, { + USB_VENDOR_xxFTDI, + "FTDI", + }, + { USB_VENDOR_CACE, "CACE Technologies", }, @@ -2007,7 +2011,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 492; +const int usb_nvendors = 493; const struct usb_product usb_products[] = { { @@ -4119,6 +4123,10 @@ const struct usb_product usb_products[] = { "SEMC DSS-20 SyncStation", }, { + USB_VENDOR_xxFTDI, USB_PRODUCT_xxFTDI_SHEEVAPLUG_JTAG, + "SheevaPlug JTAGKey", + }, + { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, "Mass Storage", }, @@ -8423,4 +8431,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1603; +const int usb_nproducts = 1604; |
