This commit is contained in:
christos 2014-02-14 04:22:13 +00:00
parent 3c0f6b456c
commit 17b8640365
2 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.655 2014/01/13 08:24:17 reinoud Exp $ */
/* $NetBSD: usbdevs.h,v 1.656 2014/02/14 04:22:13 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
* NetBSD: usbdevs,v 1.664 2014/02/14 04:20:43 christos Exp
*/
/*
@ -538,6 +538,7 @@
#define USB_VENDOR_QCOM 0x18e8 /* Qcom */
#define USB_VENDOR_LINKSYS3 0x1915 /* Linksys */
#define USB_VENDOR_MEINBERG 0x1938 /* Meinberg Funkuhren */
#define USB_VENDOR_BECEEM 0x198f /* Beceem Communications */
#define USB_VENDOR_ZTE 0x19d2 /* ZTE */
#define USB_VENDOR_QUANTA 0x1a32 /* Quanta */
#define USB_VENDOR_TERMINUS 0x1a40 /* Terminus Technology */
@ -1004,6 +1005,9 @@
/* B&B Electronics products */
#define USB_PRODUCT_BBELECTRONICS_USOTL4 0xAC01 /* uLinks RS-422/485 */
/* Beceem Communications products */
#define USB_PRODUCT_BECEEM_250U 0x0220 /* Mobile WiMax SS */
/* Belkin products */
/*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
#define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel printer adapter */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.656 2014/01/13 08:24:17 reinoud Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.657 2014/02/14 04:22:13 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
* NetBSD: usbdevs,v 1.664 2014/02/14 04:20:43 christos Exp
*/
/*
@ -1930,6 +1930,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_MEINBERG,
"Meinberg Funkuhren",
},
{
USB_VENDOR_BECEEM,
"Beceem Communications",
},
{
USB_VENDOR_ZTE,
"ZTE",
@ -2147,7 +2151,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 527;
const int usb_nvendors = 528;
const struct usb_product usb_products[] = {
{
@ -3314,6 +3318,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4,
"uLinks RS-422/485",
},
{
USB_VENDOR_BECEEM, USB_PRODUCT_BECEEM_250U,
"Mobile WiMax SS",
},
{
USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
"F5U002 Parallel printer adapter",
@ -10099,4 +10107,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1987;
const int usb_nproducts = 1988;