diff options
-rw-r--r-- | share/man/man4/uplcom.4 | 3 | ||||
-rw-r--r-- | sys/dev/usb/uplcom.c | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 7426bff389b..2e1d6daf208 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uplcom.4,v 1.13 2005/11/04 17:28:31 brad Exp $ +.\" $OpenBSD: uplcom.4,v 1.14 2006/02/16 10:37:51 jsg Exp $ .\" $NetBSD: uplcom.4,v 1.6 2001/05/22 00:21:25 jhawk Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -50,7 +50,6 @@ The driver supports the following adapters: .Pp .Bl -tag -width Ds -offset indent -compact -.It AirPrime CDMA Wireless EVDO card .It ELECOM UC-SGT .It Ericsson DCU-10 & DCU-11, made by Susteen, Inc. .It HAL Crossam2+USB 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) |