Bug 10980

Summary: [PATCH, TRIVIAL]Zephyr BioHarness usb id not in cp2101 driver
Product: Drivers Reporter: Tom Parker (palfrey)
Component: USBAssignee: Alan (alan)
Status: CLOSED CODE_FIX    
Severity: normal CC: akpm, alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.20 (also Linus git HEAD as of 2008-06-25) Subsystem:
Regression: No Bisected commit-id:
Attachments: Patch to add the id (10c4:81e8) to the cp2101 driver

Description Tom Parker 2008-06-25 06:35:40 UTC
I have a Zephyr BioHarness (http://www.zephyrtech.co.nz/products/professional/bioharness) that I'm trying to get working under Linux. They're using a cp2101 chip internally to do usb<->serial stuff, but with a usb id not previously mentioned as supported by the driver (checked against current linus git tree).
Comment 1 Tom Parker 2008-06-25 06:38:03 UTC
Created attachment 16621 [details]
Patch to add the id (10c4:81e8) to the cp2101 driver

This patch is against 2.6.20 (my local kernel), but is also needed for all later current kernels AFAIK.
Comment 2 Andrew Morton 2008-06-25 08:45:18 UTC
Please send patches via email?

Documentation/SubmittingPatches has guidelines.

Please send this one to
Andrew Morton <akpm@linux-foundation.org>
Greg KH <greg@kroah.com>
linux-usb@vger.kernel.org

Thanks.