Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2009 22:43:28 GMT
From:      "David P. Discher" <dpd@dpdtech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/140614: adding support for Radio Shack Gigware USB to Serial cable (26-949) to uplcom
Message-ID:  <200911162243.nAGMhSjK028172@www.freebsd.org>
Resent-Message-ID: <200911162250.nAGMo1TG018240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140614
>Category:       kern
>Synopsis:       adding support for Radio Shack Gigware USB to Serial cable (26-949) to uplcom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 16 22:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     David P. Discher
>Release:        -head
>Organization:
>Environment:
>Description:
Adding support to the uplcom driver so that the Radio Shack Gigaware (26-949) USB to Serial cable can be used as a serial port for freebsd.

Attached is a patch, generated from -head, r199338, but should also apply cleanly to most 8-stable revisions.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: share/man/man4/uplcom.4
===================================================================
--- share/man/man4/uplcom.4	(revision 406)
+++ share/man/man4/uplcom.4	(working copy)
@@ -106,6 +106,8 @@
 .It
 Radio Shack USB Serial Cable
 .It
+Radio Shack Gigaware USB-A to Serial Cable (Part Number 26-949)
+.It
 Sandberg USB to Serial Link (model number 133-08)
 .It
 SOURCENEXT KeikaiDenwa 8 (with and without charger)
Index: sys/dev/usb/serial/uplcom.c
===================================================================
--- sys/dev/usb/serial/uplcom.c	(revision 406)
+++ sys/dev/usb/serial/uplcom.c	(working copy)
@@ -284,6 +284,8 @@
 	/* Tripp-Lite U209-000-R */
 	{USB_UPL(USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, 0, 0xFFFF, TYPE_PL2303X)},
 	{USB_UPL(USB_VENDOR_RADIOSHACK, USB_PRODUCT_RADIOSHACK_USBCABLE, 0, 0xFFFF, TYPE_PL2303)},
+	/* Radio Shack Gigaware Part Number 26-949 */
+	{USB_UPL(USB_VENDOR_YCCABLE, USB_PRODUCT_RADIOSHACK_USBCABLE2, 0, 0xFFFF, TYPE_PL2303)},
 	/* Prolific Pharos */
 	{USB_UPL(USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PHAROS, 0, 0xFFFF, TYPE_PL2303)},
 	/* Willcom W-SIM */
Index: sys/dev/usb/usbdevs
===================================================================
--- sys/dev/usb/usbdevs	(revision 406)
+++ sys/dev/usb/usbdevs	(working copy)
@@ -2065,6 +2065,8 @@
 
 /* Radio Shack */
 product RADIOSHACK USBCABLE	0x4026	USB to Serial Cable
+/* Radio Shack Gigaware part number 26-949 */
+product RADIOSHACK USBCABLE2 0x0FBA	USB to Serial Cable
 
 /* Rainbow Technologies products */
 product RAINBOW IKEY2000	0x1200	i-Key 2000


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911162243.nAGMhSjK028172>