diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2007-09-22 07:42:12 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2007-09-22 07:42:12 +0000 |
| commit | 1d76013c7fc0840a71cd7ecd49420b9ec5802e4d (patch) | |
| tree | 25f85a76fe919e4ae261339966aff50a91639e08 /sys/dev | |
| parent | 7842ee46ad48b693ac7991d8877f701a9181f133 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 618f3906a84..69715259df7 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.482 2007/09/16 10:53:28 mlelstv Exp $ */ +/* $NetBSD: usbdevs.h,v 1.483 2007/09/22 07:42:12 mlelstv Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp + * NetBSD: usbdevs,v 1.484 2007/09/22 07:41:29 mlelstv Exp */ /* @@ -1681,6 +1681,7 @@ #define USB_PRODUCT_OPTIONNV_QUADUMTS2 0x6000 /* GlobeTrotter Fusion Quad Lite UMTS/GPRS */ #define USB_PRODUCT_OPTIONNV_QUADUMTS 0x6300 /* GlobeTrotter Fusion Quad Lite 3D */ #define USB_PRODUCT_OPTIONNV_QUADPLUSUMTS 0x6600 /* GlobeTrotter 3G Quad Plus */ +#define USB_PRODUCT_OPTIONNV_HSDPA 0x6701 /* GlobeTrotter HSDPA Modem */ /* OQO */ #define USB_PRODUCT_OQO_WIFI01 0x0002 /* model 01 WiFi interface */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index b3dda623193..191a8b349d0 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.483 2007/09/16 10:53:28 mlelstv Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.484 2007/09/22 07:42:12 mlelstv Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp + * NetBSD: usbdevs,v 1.484 2007/09/22 07:41:29 mlelstv Exp */ /* @@ -4886,6 +4886,10 @@ const struct usb_product usb_products[] = { "GlobeTrotter 3G Quad Plus", }, { + USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_HSDPA, + "GlobeTrotter HSDPA Modem", + }, + { USB_VENDOR_OQO, USB_PRODUCT_OQO_WIFI01, "model 01 WiFi interface", }, @@ -6454,4 +6458,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1158; +const int usb_nproducts = 1159; |
