This commit is contained in:
jakllsch 2011-07-20 17:07:03 +00:00
parent 7ba579ff03
commit 7753a3f045
2 changed files with 28 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.579 2011/07/20 14:40:22 apb Exp $ */
/* $NetBSD: usbdevs.h,v 1.580 2011/07/20 17:07:03 jakllsch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.586 2011/07/20 14:38:04 apb Exp
* NetBSD: usbdevs,v 1.587 2011/07/20 17:06:00 jakllsch Exp
*/
/*
@ -404,6 +404,7 @@
#define USB_VENDOR_O2MICRO 0x0b97 /* O2 Micro */
#define USB_VENDOR_USR 0x0baf /* U.S. Robotics */
#define USB_VENDOR_AMBIT 0x0bb2 /* Ambit Microsystems */
#define USB_VENDOR_HTC 0x0bb4 /* HTC */
#define USB_VENDOR_REALTEK 0x0bda /* Realtek */
#define USB_VENDOR_ADDONICS2 0x0bf6 /* Addonics Technology */
#define USB_VENDOR_FSC 0x0bf8 /* Fujitsu Siemens Computers */
@ -1489,6 +1490,9 @@
/* HP products */
#define USB_PRODUCT_HP2_C500 0x6002 /* PhotoSmart C500 */
/* HTC products */
#define USB_PRODUCT_HTC_ANDROID 0x0ffe /* Android */
/* Huawei Technologies products */
#define USB_PRODUCT_HUAWEI_MOBILE 0x1001 /* Huawei Mobile */
#define USB_PRODUCT_HUAWEI_E220 0x1003 /* Huawei E220 */
@ -2367,7 +2371,9 @@
#define USB_PRODUCT_SAMSUNG_MIGHTYDRIVE 0x1623 /* Mighty Drive */
#define USB_PRODUCT_SAMSUNG_RT2870_1 0x2018 /* RT2870 */
#define USB_PRODUCT_SAMSUNG_ML6060 0x3008 /* ML-6060 laser printer */
#define USB_PRODUCT_SAMSUNG_ANDROID 0x6863 /* Android */
#define USB_PRODUCT_SAMSUNG_GTB3710 0x6876 /* GT-B3710 LTE/4G datacard */
#define USB_PRODUCT_SAMSUNG_ANDROID2 0x6881 /* Android */
#define USB_PRODUCT_SAMSUNG_GTB3730 0x689a /* GT-B3730 LTE/4G datacard */
/* SanDisk products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.580 2011/07/20 14:40:22 apb Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.581 2011/07/20 17:07:03 jakllsch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.586 2011/07/20 14:38:04 apb Exp
* NetBSD: usbdevs,v 1.587 2011/07/20 17:06:00 jakllsch Exp
*/
/*
@ -1394,6 +1394,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_AMBIT,
"Ambit Microsystems",
},
{
USB_VENDOR_HTC,
"HTC",
},
{
USB_VENDOR_REALTEK,
"Realtek",
@ -2019,7 +2023,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 495;
const int usb_nvendors = 496;
const struct usb_product usb_products[] = {
{
@ -4538,6 +4542,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_HP2, USB_PRODUCT_HP2_C500,
"PhotoSmart C500",
},
{
USB_VENDOR_HTC, USB_PRODUCT_HTC_ANDROID,
"Android",
},
{
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE,
"Huawei Mobile",
@ -7058,10 +7066,18 @@ const struct usb_product usb_products[] = {
USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_ML6060,
"ML-6060 laser printer",
},
{
USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_ANDROID,
"Android",
},
{
USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_GTB3710,
"GT-B3710 LTE/4G datacard",
},
{
USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_ANDROID2,
"Android",
},
{
USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_GTB3730,
"GT-B3730 LTE/4G datacard",
@ -8459,4 +8475,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1609;
const int usb_nproducts = 1612;