From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 09:15:41 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 678A716A4CF for ; Fri, 2 Jul 2004 09:15:41 +0000 (GMT) Received: from mailhub.intercaf.ru (mailhub.intercaf.ru [195.96.167.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D27643D55 for ; Fri, 2 Jul 2004 09:15:40 +0000 (GMT) (envelope-from lesha@intercaf.ru) Received: from [195.96.167.70] (sick@[195.96.167.70]) (authenticated bits=0) by mailhub.intercaf.ru (8.12.10/8.12.10) with ESMTP id i629EpMG021323 for ; Fri, 2 Jul 2004 13:14:51 +0400 (MSD) (envelope-from lesha@intercaf.ru) From: Alex K Organization: InterCAF Date: Fri, 2 Jul 2004 13:14:55 +0400 User-Agent: KMail/1.6.2 To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407021314.55239.lesha@intercaf.ru> X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Fwd: 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 09:15:41 -0000 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 To: Alex K 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 */ -------------------------------------------------------