* [PATCH] Aten USB to Serial converter broken in -mm kernels
@ 2006-03-28 13:33 Bernhard Rosenkraenzer
0 siblings, 0 replies; only message in thread
From: Bernhard Rosenkraenzer @ 2006-03-28 13:33 UTC (permalink / raw)
To: gregkh, akpm; +Cc: linux-kernel
[-- 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) },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-28 13:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-28 13:33 [PATCH] Aten USB to Serial converter broken in -mm kernels Bernhard Rosenkraenzer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox