diff options
| author | reinoud <reinoud@NetBSD.org> | 2014-01-13 08:22:07 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2014-01-13 08:22:07 +0000 |
| commit | b49cb50dc49e9deba179e5827cc263d70e4fb514 (patch) | |
| tree | c446112377c71652330af73646b7098b191eb727 /sys/dev | |
| parent | d29b4d35ba1fbcafa8f73ee0c2d3271d8f157482 (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 d254c656b69..5840373a384 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.653 2013/12/25 13:53:20 nonaka Exp $ */ +/* $NetBSD: usbdevs.h,v 1.654 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 */ /* @@ -546,6 +546,7 @@ #define USB_VENDOR_MPMAN 0x1cae /* MPMan */ #define USB_VENDOR_4GSYSTEMS 0x1c9e /* 4G Systems */ #define USB_VENDOR_PEGATRON 0x1d4d /* Pegatron */ +#define USB_VENDOR_FUTUREBITS 0x1d50 /* Future Bits */ #define USB_VENDOR_AIRTIES 0x1eda /* AirTies */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */ @@ -2445,6 +2446,9 @@ #define USB_PRODUCT_PEGATRON_RT3070_3 0x0010 /* RT3070 */ #define USB_PRODUCT_PEGATRON_RT3072 0x0011 /* RT3072 */ +/* Future Bits products */ +#define USB_PRODUCT_FUTUREBITS_4PI 0x6019 /* 4Pi reprap */ + /* Pen Driver */ #define USB_PRODUCT_PEN_USBDISKPRO 0x0120 /* USB Disk Pro */ #define USB_PRODUCT_PEN_USBREADER 0x0240 /* USB 6 in 1 Card Reader/Writer */ 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; |
