From 1ed3feb36b49a20f2e04af102996ff3e23d2fc7c Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Wed, 21 Feb 2007 05:41:58 +0000 Subject: let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ --- sys/dev/usb/ubsa.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') 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 . @@ -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 }, }; -- cgit v1.2.3