diff options
author | 2010-11-16 22:28:35 +0000 | |
---|---|---|
committer | 2010-11-16 22:28:35 +0000 | |
commit | c377bb0b8a27d55ecee48814a34c7c7f01fbfc68 (patch) | |
tree | ebd81187215b2ef142c6582f187e35fe0778d9a3 | |
parent | urtwn-firmware-1.1 contains V60 firmware (1.0 was V57). (diff) | |
download | wireguard-openbsd-c377bb0b8a27d55ecee48814a34c7c7f01fbfc68.tar.xz wireguard-openbsd-c377bb0b8a27d55ecee48814a34c7c7f01fbfc68.zip |
BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples
-rw-r--r-- | sys/dev/usb/uplcom.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 18ba31047ff..7cac00c22be 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.53 2010/09/24 08:33:59 yuo Exp $ */ +/* $OpenBSD: uplcom.c,v 1.54 2010/11/16 22:28:55 deraadt Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -164,6 +164,7 @@ static const struct usb_devno uplcom_devs[] = { { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303X }, { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303X2 }, { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_RSAQ2 }, + { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303BENQ }, { USB_VENDOR_PROLIFIC2, USB_PRODUCT_PROLIFIC2_PL2303 }, { USB_VENDOR_RADIOSHACK, USB_PRODUCT_RADIOSHACK_PL2303 }, { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60 }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 03245285031..fcf135cd969 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.524 2010/11/16 19:25:27 damien Exp $ +$OpenBSD: usbdevs,v 1.525 2010/11/16 22:28:35 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3023,6 +3023,7 @@ product PROLIFIC PL2303 0x2303 PL2303 Serial product PROLIFIC PL2305 0x2305 Parallel printer product PROLIFIC ATAPI4 0x2307 ATAPI-4 Bridge Controller product PROLIFIC PL2501 0x2501 PL2501 Host-Host +product PROLIFIC PL2303BENQ 0x0609 PL2303 Serial product PROLIFIC PL2303X 0xaaa0 PL2303 Serial product PROLIFIC PL2303X2 0xaaa2 PL2303 Serial |