From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: gregkh@suse.de, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Aten USB to Serial converter broken in -mm kernels
Date: Tue, 28 Mar 2006 15:33:44 +0200 [thread overview]
Message-ID: <200603281533.44575.bero@arklinux.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 402 bytes --]
Hi,
Any current -mm kernel breaks Aten USB to Serial converters. The problem turns
out to be that gregkh-usb-usb-serial-dynamic-id.patch comments out the USB
ID.
Simply reverting that portion of the patch fixes it (and I've just uploaded an
entire Linux filesystem image to an ipaq using the adapter, so no problems
there).
Any ideas why this was commented out in the first place?
Regards,
bero
[-- Attachment #2: pl2303-Aten.patch --]
[-- Type: text/x-diff, Size: 739 bytes --]
--- linux-2.6.16/drivers/usb/serial/pl2303.c.ark 2006-03-27 19:33:04.000000000 +0200
+++ linux-2.6.16/drivers/usb/serial/pl2303.c 2006-03-27 19:33:08.000000000 +0200
@@ -56,8 +56,8 @@
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ3) },
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_PHAROS) },
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) },
-// { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
-// { USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) },
+ { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
+ { USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) },
{ USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) },
{ USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID_UCSGT) },
{ USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID) },
reply other threads:[~2006-03-28 13:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200603281533.44575.bero@arklinux.org \
--to=bero@arklinux.org \
--cc=akpm@osdl.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@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