diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-02-21 05:41:58 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-02-21 05:41:58 +0000 |
commit | 1ed3feb36b49a20f2e04af102996ff3e23d2fc7c (patch) | |
tree | 64d28825cb63d1a839301511656ab6fbd157039e | |
parent | 917db3ef7e701360fd5643ea0c1844cba95a93af (diff) |
let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@
-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 3e161b5b32b..ea1d90b5c4b 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.18 2006/12/07 21:25:37 fkr Exp $ */ +/* $OpenBSD: ubsa.c,v 1.19 2007/02/21 05:41:57 fkr Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -237,6 +237,8 @@ Static const struct usb_devno ubsa_devs[] = { { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GFUSION }, /* Option GlobeTrotter 3G QUAD */ { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD }, + /* Option GlobeTrotter 3G QUAD PLUS */ + { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUADPLUS }, /* Peracom */ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, }; |