diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2007-02-10 07:44:00 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2007-02-10 07:44:00 +0000 |
| commit | cf2092aa79dbb97acdc2e0d702f84a12e3526ed5 (patch) | |
| tree | 85b5172be8c7bc6e2a9cf5b882071a2ad257cf31 /sys/dev/usb/usbdevs_data.h | |
| parent | 83a47fa60448fda3c90263a805d6f9ae65c28164 (diff) | |
Option N.V. is the real vendor, Vodafone just sells the UMTS cards.
Add support for Globetrotter Fusion Quad Lite cards.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 2956810e777..91649dfbd85 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdevs_data.h,v 1.460 2007/02/07 10:31:11 is Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.461 2007/02/10 07:44:00 mlelstv Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -1278,8 +1278,8 @@ const struct usb_vendor usb_vendors[] = { "Neodio", }, { - USB_VENDOR_VODAFONE, - "Vodafone", + USB_VENDOR_OPTIONNV, + "Option N.V:", }, { USB_VENDOR_ASUSTEK, @@ -5654,10 +5654,18 @@ const struct usb_product usb_products[] = { "DSC350 Camera", }, { - USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MC3G, + USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_MC3G, "Mobile Connect 3G datacard", }, { + USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_QUADUMTS2, + "GlobeTrotter Fusion Quad Lite UMTS/GPRS", + }, + { + USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_QUADUMTS, + "GlobeTrotter Fusion Quad Lite 3D", + }, + { USB_VENDOR_VTECH, USB_PRODUCT_VTECH_RT2570, "RT2570", }, @@ -5806,4 +5814,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 1028; +const int usb_nproducts = 1030; |
