usb/109613: Unsupported USB-Serial Controller for Sagem Mobile Phones

Mayr Gerald mayr.gerald at amino-systems.com
Tue Feb 27 17:20:08 UTC 2007


>Number:         109613
>Category:       usb
>Synopsis:       Unsupported USB-Serial Controller for Sagem Mobile Phones
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 17:20:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mayr Gerald
>Release:        RELENG_6_2
>Organization:
>Environment:
FreeBSD P2800 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #2: Tue Feb 27 15:05:12 CET 2007     amino at P2800:/usr/obj/usr/src/sys/P2800  i386

>Description:
Output of "usbdevs -v":

port 2 addr 2: full speed, power 100 mA, config 1, USB-Serial Controller(0x0027), Prolific Technology Inc.(0x079b), rev 3.00

This is the unsupported USB-Serial Cable used for connecting a Sagem Mobile Phone (in this case a MyX-5)

After patching all was working nice! :)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- sys/dev/usb/usbdevs	Tue Nov 14 13:54:38 2006
+++ sys/dev/usb/usbdevs	Tue Feb 27 17:18:28 2007
@@ -359,6 +359,7 @@
 vendor BRIMAX		0x078e	Brimax
 vendor AXIS		0x0792	Axis
 vendor ABL		0x0794	ABL
+vendor SAGEM		0x079b	Sagem
 vendor SUNCOMM		0x079c	Sun Communications
 vendor ALFADATA		0x079d	Alfadata
 vendor NATIONALTECH	0x07a2	National Technical
@@ -1462,6 +1463,9 @@
 
 /* RATOC Systems products */
 product RATOC REXUSB60		0xb000	REX-USB60
+
+/* Sagem products */
+product SAGEM USBSERIAL		0x0027	USB-Serial Controller
 
 /* Samsung products */
 product SAMSUNG ML6060		0x3008	ML-6060 laser printer



--- sys/dev/usb/uplcom.c	Sun Aug 20 07:23:07 2006
+++ sys/dev/usb/uplcom.c	Tue Feb 27 17:17:11 2007
@@ -258,6 +258,8 @@
 	/* ELECOM UC-SGT */
 	{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT, -1, TYPE_PL2303 },
 	{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT0, -1, TYPE_PL2303 },
+	/* Sagem USB-Serial Controller */
+	{ USB_VENDOR_SAGEM, USB_PRODUCT_SAGEM_USBSERIAL, -1,TYPE_PL2303X },
 	/* Sony Ericsson USB Cable */
 	{ USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10,
 	  -1,TYPE_PL2303 },

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list