Date: Fri, 2 Jul 2004 09:30:55 +0200 From: raoul <root@port.private.music> To: Alex K <lesha@intercaf.ru> Cc: freebsd-current@freebsd.org Subject: uplcom and usbdevs Message-ID: <20040702073055.GA1575@libertysurf.fr>
next in thread | raw e-mail | index | archive | help
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@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040702073055.GA1575>