diff options
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index e77c8df0a8e..1c013c6a903 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.299 2007/08/31 17:04:26 sturm Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.300 2007/09/02 04:14:19 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.290 2007/08/31 17:01:39 sturm Exp + * OpenBSD: usbdevs,v 1.291 2007/09/02 04:13:33 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -396,6 +396,7 @@ #define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */ #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_AGATE 0x0c08 /* Agate Technologies */ @@ -1294,6 +1295,9 @@ /* HP products */ #define USB_PRODUCT_HP2_C500 0x6002 /* PhotoSmart C500 */ +/* HTC products */ +#define USB_PRODUCT_HTC_PPC6700MODEM 0x00cf /* PPC6700 Modem */ + /* HUAWEI products */ #define USB_PRODUCT_HUAWEI_E618 0x1001 /* HUAWEI Mobile E618 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 45be52c89d7..f3d7a537a6a 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.296 2007/08/31 17:04:26 sturm Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.297 2007/09/02 04:14:19 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.290 2007/08/31 17:01:39 sturm Exp + * OpenBSD: usbdevs,v 1.291 2007/09/02 04:13:33 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -2009,6 +2009,10 @@ const struct usb_known_product usb_known_products[] = { "PhotoSmart C500", }, { + USB_VENDOR_HTC, USB_PRODUCT_HTC_PPC6700MODEM, + "PPC6700 Modem", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E618, "HUAWEI Mobile E618", }, @@ -6293,6 +6297,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Ambit Microsystems", }, { + USB_VENDOR_HTC, + "HTC", + }, + { USB_VENDOR_REALTEK, "Realtek", }, |