diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 00f6cfa07623..b44f8d4363aa 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 256cc5a84f25..7d6b6fd0a1ff 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.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;