diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-16 10:37:52 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-16 10:37:52 +0000 |
commit | 37f680a48f2a9f45ec62d44027601178d2a6a7a1 (patch) | |
tree | 8c07f3d07048cb10534c3e134522401026c1eb43 /sys/dev/usb | |
parent | d0b52cf84816451be450bd6ec9a68fcf1e7366b2 (diff) |
AirPrime EVDO does not work with uplcom as suspected.
Noticed by Ben Lovett.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uplcom.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index b591bac331e..4601f4c143e 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.27 2006/02/11 09:32:48 brad Exp $ */ +/* $OpenBSD: uplcom.c,v 1.28 2006/02/16 10:37:51 jsg Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -185,9 +185,7 @@ static const struct usb_devno uplcom_devs[] = { /* SOURCENEXT KeikaiDenwa 8 with charger */ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG }, /* HAL Corporation Crossam2+USB */ - { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 }, - /* AirPrime CDMA Wireless EVDO card */ - { USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_PC5220 }, + { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 } }; #define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p) |