I'm forwarding this to list, because I suspect mailman will not pass message with invalid "From" address. Cheers, AL. ---------- Forwarded Message ---------- Subject: uplcom and usbdevs Date: Friday 02 July 2004 11:30 From: raoul <root[AT]port.private.music> To: Alex K <lesha[AT]intercaf.ru> Cc: freebsd-current[AT]freebsd.org Hi Alex, While you are on reviewing uplcom.c, can you add the following to support DCU-11 Sony Ericsson Serial Cable, than I added here. It works fine for me. Best regards raoul raoul.megelas[AT]libertysurf.fr $FreeBSD: src/sys/dev/usb/usbdevs,v 1.181 2004/06/05 21:33:59 sanpei Exp $ vendor MCT 0x0711 MCT ===== ===== ADD ===== ===== vendor SE 0x0731 Sony Ericsson ================ vendor DIGITALSTREAM 0x074e Digital Stream ... ... product SCANLOGIC 336CX 0x0300 Phantom 336CX - C3 scanner === === === === ADD === === === === /* Sony Ericsson products */ product SE DCU11 0x0528 Dcu-11 Usb Serial Cable ===== ===== ===== ===== product SHUTTLE EUSCSI 0x0002 eUSCSI Bridge ... ... ... ... and in uplcom.c /* $NetBSD: uplcom.c,v 1.21 2001/11/13 06:24:56 lukem Exp $ */ /* IOGEAR/ATEN UC-232A */ { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303 }, === === === === ADD === === === === /* SONYERICSSON DCU-11 */ { USB_VENDOR_SE, USB_PRODUCT_SE_DCU11 }, ========= ======================= /* TDK USB-PHS Adapter UHA6400 */ -------------------------------------------------------Received on Fri Jul 02 2004 - 07:15:41 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:59 UTC