From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764081AbYCDVu1 (ORCPT ); Tue, 4 Mar 2008 16:50:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752956AbYCDVuI (ORCPT ); Tue, 4 Mar 2008 16:50:08 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:34189 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752586AbYCDVuG (ORCPT ); Tue, 4 Mar 2008 16:50:06 -0500 Date: Tue, 4 Mar 2008 13:49:31 -0800 From: Andrew Morton To: rafa400@losgandia.com Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: PROBLEM: NUDAM (USB-485) nowaday not detected by pl2303 module Message-Id: <20080304134931.e72a3479.akpm@linux-foundation.org> In-Reply-To: <26349.208.97.187.133.1204650893.squirrel@mail.losgandia.com> References: <26349.208.97.187.133.1204650893.squirrel@mail.losgandia.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 Mar 2008 09:14:53 -0800 (PST) rafa400@losgandia.com wrote: > [1.] new NUDAM (USB-485) converter not recogniced by pl2303. Little change > required. > [2.] Until now NUDAM USB to RS-485/422 RS232 converter was detected by USB > system and pl2303 module working fine in my Debian as /dev/ttyUSB0 > > # dmesg > .... > usb 5-1.3: new full speed USB device using ehci_hcd and address 17 > usb 5-1.3: configuration #1 chosen from 1 choice > pl2303 5-1.3:1.0: pl2303 converter detected > usb 5-1.3: pl2303 converter now attached to ttyUSB0 > > # lsusb > Bus 005 Device 017: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port > > They changed USB ID and now its like: > > # lsusb > Bus 005 Device 016: ID 0b63:6530 ADLink Technology, Inc. > > but this ID is not detected by PD2303 module. > a little change in pl2303 solve the problem > > [3.] pl2303 NUDAM USB 485 > [4.] Linux version 2.6.24-nudam (2.6.24-4) (root@rp022) (gcc version 4.2.3 > 20080114 (prerelease) (Debian 4.2.2-7)) #1 SMP Mon Mar 3 12:02:41 CET 2008 > [5.] not required > [6.] not required > [7.] not required > [X.] Other notes, patches, fixes, workarounds: > I made the tribial changes in: > > drivers/usb/serial/pl2303.c > drivers/usb/serial/pl2303.h > > adding de new USB ID 0b63:6530 to the existing arrays as needed > recompile kernel, etc,etc. > and it works fine again. > > Please include this in newer versions if it is possible. Please just send us the patch.