usb/119150: [ugensa] [patch] new usbdevs for CDMA 1xEVDO devices

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Sat Dec 29 20:40:02 PST 2007


>Number:         119150
>Category:       usb
>Synopsis:       [ugensa] [patch] new usbdevs for CDMA 1xEVDO devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 04:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #29: Thu Dec 27 08:23:15 BRST 2007 lioux at exxodus:/usr/obj/usr/src/sys/LIOUX i386

>Description:

Entries for 2 EVDO devices

1) Yiso Co. - CDMA 2000 1xEVDO PC Card model C893
2) ZTE - CDMA 1xEVDO USB modem model AC8700 (re-branded Aiko 76e
   as well).

Both devices are readily available on Brazil for use with our biggest
Mobile TELCO. These will be used by the future ugensa(4) device.

>How-To-Repeat:

Apply the following patch against src/sys/dev/usb/usbdevs

>Fix:

--- patch-usbdevs begins here ---
--- usbdevs.orig	2007-12-30 01:16:17.000000000 -0200
+++ usbdevs	2007-12-30 02:01:56.000000000 -0200
@@ -521,6 +521,7 @@
 vendor FOSSIL		0x0e67	Fossil, Inc
 vendor GMATE		0x0e7e	G.Mate, Inc
 vendor OTI		0x0ea0	Ours Technology
+vendor YISO		0x0eab	Yiso Wireless Co.
 vendor PILOTECH		0x0eaf	Pilotech
 vendor NOVATECH		0x0eb0	NovaTech
 vendor ITEGNO		0x0eba	iTegno
@@ -611,6 +612,7 @@
 vendor AMIT		0x18c5	AMIT
 vendor QCOM		0x18e8	Qcom
 vendor LINKSYS3		0x1915	Linksys
+vendor ZTE		0x19d2	ZTE
 vendor DLINK		0x2001	D-Link
 vendor PLANEX2		0x2019	Planex Communications
 vendor ERICSSON		0x2282	Ericsson
@@ -2286,6 +2288,9 @@
 /* Y-E Data products */
 product YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
 
+/* Yiso Wireless Co. products */
+product YISO C893		0xc893	CDMA 2000 1xEVDO PC Card
+
 /* Yamaha products */
 product YAMAHA UX256		0x1000	UX256 MIDI I/F
 product YAMAHA UX96		0x1008	UX96 MIDI I/F
@@ -2316,6 +2321,9 @@
 /* Zoran Microelectronics products */
 product ZORAN EX20DSC		0x4343	Digital Camera EX-20 DSC
 
+/* ZTE products */
+product ZTE AC8700		0xfffe	CDMA 1xEVDO USB modem
+
 /* Zydas Technology Corporation products */
 product ZYDAS ZD1211		0x1211	ZD1211 WLAN abg 
 product ZYDAS ZD1211B		0x1215	ZD1211B
--- patch-usbdevs ends here ---

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


More information about the freebsd-usb mailing list