diff options
author | 2008-10-03 15:07:21 +0000 | |
---|---|---|
committer | 2008-10-03 15:07:21 +0000 | |
commit | 4f5de6bc84794bf1e8eb59e96b466b87fec1bbc7 (patch) | |
tree | 62b4031f59794a5013afb31a4ed18fe67c02108b /sys/dev/usb/usbdevs_data.h | |
parent | another option hdspa (diff) | |
download | wireguard-openbsd-4f5de6bc84794bf1e8eb59e96b466b87fec1bbc7.tar.xz wireguard-openbsd-4f5de6bc84794bf1e8eb59e96b466b87fec1bbc7.zip |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index a62a208a92d..c711f6670a6 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.388 2008/09/23 10:49:33 canacar Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.390 2008/10/03 15:09:57 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.384 2008/09/23 10:47:14 canacar Exp + * OpenBSD: usbdevs,v 1.386 2008/10/03 15:09:52 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -6370,10 +6370,18 @@ const struct usb_known_product usb_known_products[] = { "GlobeTrotter 3G QUAD PLUS", }, { + USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36, + "GlobeTrotter MAX 3.6/7.2", + }, + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS, "GlobeTrotter 3G PLUS", }, { + USB_VENDOR_OPTION, USB_PRODUCT_OPTION_SCORPION, + "GlobeTrotter HSDPA Modem", + }, + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GSICON72, "GlobeSurfer Icon 7.2", }, |