diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2008-10-08 17:17:16 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2008-10-08 17:17:16 +0000 |
commit | 469862a94011d093f52629c021a839cbd4cc4fdd (patch) | |
tree | 710a4caa4b6b38a7cdc16c11468f6862036c6054 /sys/dev/usb/ubsa.c | |
parent | 8aecb93998674888ce5a798441f8833686108c05 (diff) |
As the Option N.V. Globetrotter HSDPA Modem is not compatible
with ubsa(4), it is moved to umsm(4).
ok jsg@, reported by Daniele Pilenga
Diffstat (limited to 'sys/dev/usb/ubsa.c')
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 127fe15917b..a0a3863f53f 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.38 2008/10/03 15:10:02 deraadt Exp $ */ +/* $OpenBSD: ubsa.c,v 1.39 2008/10/08 17:17:15 yuo Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -225,8 +225,6 @@ const struct usb_devno ubsa_devs[] = { { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD }, /* Option GlobeTrotter 3G QUAD PLUS */ { 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 */ |