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 /sys/dev/usb/ubsa.c | |
parent | 95dd6a331ccc0253230ac666134e20b6624e9fee (diff) |
and.. another option device..
Diffstat (limited to 'sys/dev/usb/ubsa.c')
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 |
1 files changed, 3 insertions, 1 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 */ |