From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 07:41:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2767116A4CE for ; Fri, 2 Jul 2004 07:41:52 +0000 (GMT) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB4143D55 for ; Fri, 2 Jul 2004 07:41:51 +0000 (GMT) (envelope-from raoul.megelas@libertysurf.fr) Received: from libertysurf.fr (83.155.55.105) by mail.libertysurf.net (6.5.036) id 40E4E3B600044189; Fri, 2 Jul 2004 09:31:10 +0200 Received: from root by port.private.music with local (Exim 4.20) id 1BgIVb-0000Pg-Up; Fri, 02 Jul 2004 09:30:55 +0200 Date: Fri, 2 Jul 2004 09:30:55 +0200 To: Alex K Message-ID: <20040702073055.GA1575@libertysurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: raoul X-Mailman-Approved-At: Fri, 02 Jul 2004 12:01:35 +0000 cc: freebsd-current@freebsd.org Subject: uplcom and usbdevs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:41:52 -0000 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 */