From: Greg KH <greg@kroah.com>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: akirat@rd.scei.sony.co.jp, gregkh@suse.de,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb-serial: pl2303: add support for RATOC REX-USB60F
Date: Fri, 16 May 2008 09:53:51 -0700 [thread overview]
Message-ID: <20080516165351.GD24977@kroah.com> (raw)
In-Reply-To: <20080516.171345.01918000.nemoto@toshiba-tops.co.jp>
On Fri, May 16, 2008 at 05:13:45PM +0900, Atsushi Nemoto wrote:
> # Sorry, resend with new linux-usb ML address.
>
> On Fri, 18 Jan 2008 18:58:28 +0900, Akira Tsukamoto <akirat@rd.scei.sony.co.jp> wrote:
> > pl2303: add support for RATOC REX-USB60F
> >
> > This patch adds support for RATOC REX-USB60F Serial Adapters,
> > which is widely used in Japan recently.
> >
> > Signed-off-by: Akira Tsukamoto <akirat@rd.scei.sony.co.jp>
> > ---
> >
> > diff -uprX dontdiff linux-2.6.24-rc8.orig/drivers/usb/serial/pl2303.c linux-2.6.24-rc8/drivers/usb/serial/pl2303.c
> > --- linux-2.6.24-rc8.orig/drivers/usb/serial/pl2303.c 2008-01-18 18:11:51.000000000 +0900
> > +++ linux-2.6.24-rc8/drivers/usb/serial/pl2303.c 2008-01-18 18:43:28.000000000 +0900
> > @@ -65,6 +65,7 @@ static struct usb_device_id id_table []
> > { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID_2080) },
> > { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) },
> > { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) },
> > + { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_USB60F) },
> > { USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) },
> > { USB_DEVICE(RADIOSHACK_VENDOR_ID, RADIOSHACK_PRODUCT_ID) },
> > { USB_DEVICE(DCU10_VENDOR_ID, DCU10_PRODUCT_ID) },
>
> Hi. I tried RATOC REX-USB60F with pl2303 driver and got oops in
> pl2303_open(). The pl2303 expects a interrupt_in endpoint but my
> device does not have interrupt_in. So this line in pl2303_open()
> cause oops.
>
> port->interrupt_in_urb->dev = serial->dev;
>
> This device works fine with the ftdi_sio driver, with "vendor=0x584
> product=0xb020" module option. (0x584 is RATOC_VENDOR_ID and 0xb020
> is RATOC_PRODUCT_ID_USB60F).
Ick, thanks for letting me know.
> Is the pl2303 driver appropriate for this device?
Based on your lsusb output, no, I think it is the ftdi_sio one. I'll go
apply your patch.
thanks again,
greg k-h
prev parent reply other threads:[~2008-05-16 17:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-18 9:58 [PATCH] usb-serial: pl2303: add support for RATOC REX-USB60F Akira Tsukamoto
2008-05-16 8:05 ` Atsushi Nemoto
2008-05-16 8:13 ` Atsushi Nemoto
2008-05-16 15:13 ` Atsushi Nemoto
2008-05-19 6:14 ` Akira Tsukamoto
2008-05-16 16:53 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080516165351.GD24977@kroah.com \
--to=greg@kroah.com \
--cc=akirat@rd.scei.sony.co.jp \
--cc=anemo@mba.ocn.ne.jp \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox