diff options
author | gavin <gavin@FreeBSD.org> | 2012-07-25 11:33:43 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2012-07-25 11:33:43 +0000 |
commit | 747797c7129d47f8e98a025215207bc58af86cef (patch) | |
tree | d61622b222e2bd5bedf89d628bc8311e18f9197b /sys/dev/usb/serial | |
parent | 6f0b17086b6cbd1dd52424f6834d825e3111d979 (diff) | |
download | FreeBSD-src-747797c7129d47f8e98a025215207bc58af86cef.zip FreeBSD-src-747797c7129d47f8e98a025215207bc58af86cef.tar.gz |
Update the list of devices supported by uplcom. Although this only adds
one device (support for Motorola cables), this syncronises us with:
OpenBSD src/sys/dev/usb/uplcom.c 1.56
NetBSD src/sys/dev/usb/uplcom.c 1.73
Linux kernel.org HEAD
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/serial')
-rw-r--r-- | sys/dev/usb/serial/uplcom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index 37a91ae..c08a18e 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -279,6 +279,7 @@ static const STRUCT_USB_HOST_ID uplcom_devs[] = { UPLCOM_DEV(PROLIFIC, DCU11), /* DCU-11 Phone Cable */ UPLCOM_DEV(PROLIFIC, HCR331), /* HCR331 Card Reader */ UPLCOM_DEV(PROLIFIC, MICROMAX_610U), /* Micromax 610U modem */ + UPLCOM_DEV(PROLIFIC, MOTOROLA), /* Motorola cable */ UPLCOM_DEV(PROLIFIC, PHAROS), /* Prolific Pharos */ UPLCOM_DEV(PROLIFIC, PL2303), /* Generic adapter */ UPLCOM_DEV(PROLIFIC, RSAQ2), /* I/O DATA USB-RSAQ2 */ |