usb/125072: [uplcom] [patch] add Mobile Action MA-620 Infrared Adapter

Alexander Logvinov ports at logvinov.com
Sat Jun 28 11:10:01 UTC 2008


>Number:         125072
>Category:       usb
>Synopsis:       [uplcom] [patch] add Mobile Action MA-620 Infrared Adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 28 11:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Add Mobile Action MA-620 Infrared Adapter to uplcom(4)

>How-To-Repeat:

>Fix:

Index: share/man/man4/uplcom.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/uplcom.4,v
retrieving revision 1.17
diff -u -r1.17 uplcom.4
--- share/man/man4/uplcom.4	10 Jun 2008 19:33:31 -0000	1.17
+++ share/man/man4/uplcom.4	28 Jun 2008 11:05:57 -0000
@@ -98,6 +98,8 @@
 .It
 I/O DATA USB-RSAQ3
 .It
+Mobile Action MA-620 Infrared Adapter
+.It
 PLANEX USB-RS232 URS-03
 .It
 RATOC REX-USB60
Index: sys/dev/usb/uplcom.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/uplcom.c,v
retrieving revision 1.52
diff -u -r1.52 uplcom.c
--- sys/dev/usb/uplcom.c	10 Jun 2008 19:31:09 -0000	1.52
+++ sys/dev/usb/uplcom.c	28 Jun 2008 11:05:57 -0000
@@ -274,6 +274,8 @@
 	{ USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, -1, TYPE_PL2303X },
 	/* Belkin F5U257 */
 	{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U257, -1, TYPE_PL2303X },
+	/* Mobile Action MA-620 Infrared Adapter */
+	{ USB_VENDOR_MOBILEACTION, USB_PRODUCT_MOBILEACTION_MA620, -1, TYPE_PL2303X },
 	{ 0, 0 }
 };
 
Index: sys/dev/usb/usbdevs
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.361
diff -u -r1.361 usbdevs
--- sys/dev/usb/usbdevs	27 Jun 2008 10:30:08 -0000	1.361
+++ sys/dev/usb/usbdevs	28 Jun 2008 11:05:57 -0000
@@ -1714,6 +1714,9 @@
 product MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
 product MITSUMI FDD		0x6901	USB FDD
 
+/* Mobile Action products */
+product MOBILEACTION MA620	0x0620	MA-620 Infrared Adapter
+
 /* Mobility products */
 product MOBILITY EA		0x0204	Ethernet
 product MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list