Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)
PR: kern/66416 Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se> MFC after: 1 week
This commit is contained in:
parent
dd1a40a3c0
commit
2de562f7a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133309
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user