Bug 67606

Summary: Add USB support for Sony/Ericsson SEMC DSS-20 SyncStation
Product: Base System Reporter: Christian Gusenbauer <c47g>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.2-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Gusenbauer 2004-06-05 16:10:15 UTC
	These two patches add USB support of the Sony/Ericsson SEMC DSS-20
	SyncStation, which can be used to communicate with the P900 mobile
	phone.

Fix: /* Cambridge Silicon Radio Ltd. products */
 product CSR BT_DONGLE          0x0001  Bluetooth USB dongle






return (UMATCH_NONE);
@@ -224,6 +225,7 @@
        case USB_PRODUCT_FTDI_MX4_5:
        case USB_PRODUCT_FTDI_LK202:
        case USB_PRODUCT_FTDI_LK204:
+       case USB_PRODUCT_FTDI_DSS_20:
                sc->sc_type = UFTDI_TYPE_8U232AM;
                sc->sc_hdrlen = 0;
                break;--gAupjRIpIUV17HKeS5PMgIMVGC1tO9MeaW3CAFlxuHB974fj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- sys/dev/usb/usbdevs Sat Jun  5 16:44:59 2004
+++ /tmp/usbdevs        Sat Jun  5 12:23:40 2004
@@ -575,6 +575,7 @@
 product FTDI CFA_632           0xfc08  Crystalfontz CFA-632 USB LCD
 product FTDI CFA_633           0xfc0b  Crystalfontz CFA-633 USB LCD
 product FTDI CFA_634           0xfc09  Crystalfontz CFA-634 USB LCD
+product FTDI DSS_20            0xfc82  Sony/Ericsson SEMC DSS-20 SyncStation
Comment 1 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2004-06-05 22:34:10 UTC
State Changed
From-To: open->patched

Committed uftdi.c 1.15, thanks
Comment 2 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2004-06-13 07:20:44 UTC
State Changed
From-To: patched->closed

Committed into 4-stable 1.3.2.6. Thanks