svn commit: r239726 - in stable/8: share/man/man4 sys/dev/usb sys/dev/usb/serial

Gavin Atkinson gavin at FreeBSD.org
Mon Aug 27 12:45:42 UTC 2012


Author: gavin
Date: Mon Aug 27 12:45:41 2012
New Revision: 239726
URL: http://svn.freebsd.org/changeset/base/239726

Log:
  Merge r238766, r238774 from head:
    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

Modified:
  stable/8/share/man/man4/uplcom.4
  stable/8/sys/dev/usb/serial/uplcom.c
  stable/8/sys/dev/usb/usbdevs
Directory Properties:
  stable/8/share/man/man4/   (props changed)
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)

Modified: stable/8/share/man/man4/uplcom.4
==============================================================================
--- stable/8/share/man/man4/uplcom.4	Mon Aug 27 12:40:40 2012	(r239725)
+++ stable/8/share/man/man4/uplcom.4	Mon Aug 27 12:45:41 2012	(r239726)
@@ -36,7 +36,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 11, 2011
+.Dd July 25, 2012
 .Dt UPLCOM 4
 .Os
 .Sh NAME
@@ -124,6 +124,8 @@ Microsoft Palm 700WX
 .It
 Mobile Action MA-620 Infrared Adapter
 .It
+Motorola Cables
+.It
 Nokia CA-42 Cable
 .It
 OTI DKU-5 cable

Modified: stable/8/sys/dev/usb/serial/uplcom.c
==============================================================================
--- stable/8/sys/dev/usb/serial/uplcom.c	Mon Aug 27 12:40:40 2012	(r239725)
+++ stable/8/sys/dev/usb/serial/uplcom.c	Mon Aug 27 12:45:41 2012	(r239726)
@@ -279,6 +279,7 @@ static const STRUCT_USB_HOST_ID uplcom_d
 	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 */

Modified: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs	Mon Aug 27 12:40:40 2012	(r239725)
+++ stable/8/sys/dev/usb/usbdevs	Mon Aug 27 12:45:41 2012	(r239726)
@@ -2634,6 +2634,7 @@ product PRIMAX HP_RH304AA	0x4d17	HP RH30
 /* Prolific products */
 product PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
 product PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
+product PROLIFIC MOTOROLA	0x0307	Motorola Cable
 product PROLIFIC RSAQ2		0x04bb	PL2303 Serial (IODATA USB-RSAQ2)
 product PROLIFIC ALLTRONIX_GPRS	0x0609	Alltronix ACM003U00 modem
 product PROLIFIC ALDIGA_AL11U	0x0611	AlDiga AL-11U modem


More information about the svn-src-all mailing list