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 960d7e8f921..434b89de396 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.654 2013/12/25 13:53:20 nonaka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.655 2014/01/13 08:22:07 reinoud Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.661 2013/12/25 13:52:37 nonaka Exp + * NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp */ /* @@ -1963,6 +1963,10 @@ const struct usb_vendor usb_vendors[] = { "Pegatron", }, { + USB_VENDOR_FUTUREBITS, + "Future Bits", + }, + { USB_VENDOR_AIRTIES, "AirTies", }, @@ -2143,7 +2147,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 526; +const int usb_nvendors = 527; const struct usb_product usb_products[] = { { @@ -7495,6 +7499,10 @@ const struct usb_product usb_products[] = { "RT3072", }, { + USB_VENDOR_FUTUREBITS, USB_PRODUCT_FUTUREBITS_4PI, + "4Pi reprap", + }, + { USB_VENDOR_PEN, USB_PRODUCT_PEN_USBDISKPRO, "USB Disk Pro", }, @@ -10087,4 +10095,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1985; +const int usb_nproducts = 1986; |
