From 2de562f7a147044bbdef816533e0577f569adc46 Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Sun, 8 Aug 2004 05:21:56 +0000 Subject: [PATCH] Add support to Sony Ericsson USB Cable(Susteen USB Data Cable) PR: kern/66416 Submitted by: Fredrik Lindberg MFC after: 1 week --- share/man/man4/uplcom.4 | 2 ++ sys/dev/usb/uplcom.c | 2 ++ sys/dev/usb/usbdevs | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index acdf899fe015..94ac2b518334 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -75,6 +75,8 @@ RATOC REX-USB60 Sandberg USB to Serial Link (model number 133-08) .It SOURCENEXT KeikaiDenwa 8 (with and without charger) +.It +Sony Ericsson USB Cable(Susteen USB Data Cable) .El .Sh DESCRIPTION The diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index fb5721a5308d..5d487db64b2e 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -211,6 +211,8 @@ static const struct uplcom_product { { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60 }, /* ELECOM UC-SGT */ { USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT }, + /* Sony Ericsson USB Cable */ + { USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10 }, /* SOURCENEXT KeikaiDenwa 8 */ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8 }, /* SOURCENEXT KeikaiDenwa 8 with charger */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7746cfb8638f..3e485113d45a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -240,6 +240,7 @@ vendor BOSTON 0x06fd Boston Acoustics vendor SMC 0x0707 Standard Microsystems vendor PUTERCOM 0x0708 Putercom vendor MCT 0x0711 MCT +vendor SONYERICSSON 0x0731 Sony Ericsson vendor DIGITALSTREAM 0x074e Digital Stream vendor AUREAL 0x0755 Aureal Semiconductor vendor MIDIMAN 0x0763 Midiman @@ -1227,6 +1228,9 @@ product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot product SONY CLIE_41 0x009a Sony Clie v4.1 product SONY CLIE_NX60 0x00da Sony Clie nx60 +/* Sony Ericsson products */ +product SONYERICSSON DCU10 0x0528 USB Cable + /* SOURCENEXT products */ product SOURCENEXT KEIKAI8 0x039f KeikaiDenwa 8 product SOURCENEXT KEIKAI8_CHG 0x012e KeikaiDenwa 8 with charger