diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-03 15:10:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-03 15:10:03 +0000 |
commit | 9bae92f720d85bb27dece953647f82292e7cda7c (patch) | |
tree | 088cfdeabd910cff02b1d7e7f25eacb3b87b8d5c | |
parent | 95dd6a331ccc0253230ac666134e20b6624e9fee (diff) |
and.. another option device..
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 765485d6994..127fe15917b 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.37 2008/10/03 15:07:31 deraadt Exp $ */ +/* $OpenBSD: ubsa.c,v 1.38 2008/10/03 15:10:02 deraadt Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -227,6 +227,8 @@ const struct usb_devno ubsa_devs[] = { { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUADPLUS }, /* Option GlobeTrotter HSDPA */ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_SCORPION }, + /* Option GlobeTrotter MAX 3.6/7.2 */ + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GTMAX36 }, /* Peracom */ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, /* Qualcomm Inc. ZTE CMDMA MSM modem */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index fa1a02894e0..5926c0153ce 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.385 2008/10/03 15:07:06 deraadt 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 $ */ /* @@ -2879,6 +2879,7 @@ product OPTION VODAFONEMC3G 0x5000 Vodafone Mobile Connect 3G product OPTION GT3GFUSION 0x6000 GlobeTrotter 3G FUSION product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD product OPTION GT3GQUADPLUS 0x6600 GlobeTrotter 3G QUAD PLUS +product OPTION GTMAX36 0x6701 GlobeTrotter MAX 3.6/7.2 product OPTION GT3GPLUS 0x6721 GlobeTrotter 3G PLUS product OPTION SCORPION 0x6901 GlobeTrotter HSDPA Modem product OPTION GSICON72 0x6911 GlobeSurfer Icon 7.2 |