diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-03-18 00:33:29 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-03-18 00:33:29 +0000 |
commit | ca6c5f4d18bc602fae2d268a7e2da3eacdfbcac6 (patch) | |
tree | 94d0e36dcdf0a658a373f1ca116e9ea6e231e085 /sys/dev/usb/usbdevs.h | |
parent | 48d2db79a51955426a6920aacb33eb26ad7db6d3 (diff) |
sync and cleanup in ubsa(4)
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 67467085e3a..f315e6d14b5 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.147 2005/03/16 21:22:14 damien Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.148 2005/03/18 00:33:28 reyk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.142 2005/03/14 04:08:50 deraadt Exp + * OpenBSD: usbdevs,v 1.144 2005/03/18 00:32:18 reyk Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -357,7 +357,7 @@ #define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE */ #define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */ #define USB_VENDOR_NEODIO 0x0aec /* Neodio */ -#define USB_VENDOR_VODAFONE 0x0af0 /* Vodafone */ +#define USB_VENDOR_OPTION 0x0af0 /* Option */ #define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */ #define USB_VENDOR_ASUS 0x0b05 /* ASUS */ #define USB_VENDOR_SIIG2 0x0b39 /* SIIG */ @@ -1800,8 +1800,10 @@ /* Vivitar products */ #define USB_PRODUCT_VIVITAR_DSC350 0x0003 /* DSC350 */ -/* Vodafone products */ -#define USB_PRODUCT_VODAFONE_MOBILE_3G 0x5000 /* Mobile Connect 3G */ +/* Option products */ +#define USB_PRODUCT_OPTION_VODAFONEMC3G 0x5000 /* Vodafone Mobile Connect 3G */ +#define USB_PRODUCT_OPTION_GT3GFUSION 0x6000 /* GlobeTrotter 3G FUSION */ +#define USB_PRODUCT_OPTION_GT3GQUAD 0x6300 /* GlobeTrotter 3G QUAD */ /* Wacom products */ #define USB_PRODUCT_WACOM_CT0405U 0x0000 /* CT-0405-U Tablet */ |