diff options
| author | salo <salo@NetBSD.org> | 2007-02-10 14:30:38 +0000 |
|---|---|---|
| committer | salo <salo@NetBSD.org> | 2007-02-10 14:30:38 +0000 |
| commit | 1e8bf357a2097983076598671bbde17d35e489ff (patch) | |
| tree | b53e1b00baa6fda688f661d758d28aef8ae7b44e /sys/dev/usb/usbdevs.h | |
| parent | 9cc3a93f72b32b7569561add93e98b31e826bf9d (diff) | |
regen.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 6c463331a30..a15f63cd214 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.461 2007/02/10 10:36:50 mlelstv Exp $ */ +/* $NetBSD: usbdevs.h,v 1.462 2007/02/10 14:30:38 salo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.458 2007/02/10 07:44:00 mlelstv Exp + * NetBSD: usbdevs,v 1.459 2007/02/10 14:28:55 salo Exp */ /* @@ -202,6 +202,7 @@ #define USB_VENDOR_INSYSTEM 0x05ab /* In-System Design */ #define USB_VENDOR_APPLE 0x05ac /* Apple Computer */ #define USB_VENDOR_DIGI 0x05c5 /* Digi International */ +#define USB_VENDOR_QUALCOMM2 0x05c6 /* Qualcomm */ #define USB_VENDOR_QTRONIX 0x05c7 /* Qtronix */ #define USB_VENDOR_ELSA 0x05cc /* ELSA */ #define USB_VENDOR_BRAINBOXES 0x05d1 /* Brainboxes Limited */ @@ -451,6 +452,7 @@ #define USB_VENDOR_ENTREGA 0x1645 /* Entrega */ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics */ #define USB_VENDOR_GIGASET 0x1690 /* Gigaset */ +#define USB_VENDOR_ANYDATA 0x16d5 /* AnyDATA Inc. */ #define USB_VENDOR_QCOM 0x18e8 /* Qcom */ #define USB_VENDOR_LINKSYS3 0x1915 /* Linksys */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ @@ -614,6 +616,9 @@ #define USB_PRODUCT_ANCHOR_EZUSB 0x2131 /* EZUSB */ #define USB_PRODUCT_ANCHOR_EZLINK 0x2720 /* EZLINK */ +/* AnyDATA Inc. products */ +#define USB_PRODUCT_ANYDATA_ADU_E100H 0x6501 /* ADU-E100H */ + /* AOX, Inc. products */ #define USB_PRODUCT_AOX_USB101 0x0008 /* USB ethernet controller engine */ @@ -1677,6 +1682,7 @@ /* Qualcomm products */ #define USB_PRODUCT_QUALCOMM_CDMA_MSM 0x6000 /* CDMA Technologies MSM phone */ +#define USB_PRODUCT_QUALCOMM2_CDMA_MSM 0x3196 /* CDMA Technologies MSM modem */ #define USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K 0x17da /* Qualcomm Kyocera CDMA Technologies MSM */ |
