Bug 12453

Summary: Please add fasttrax GPS evaluation kit vendor/product ID to cp2101 module.
Product: Drivers Reporter: Wolfgang Glas (wolfgang.glas)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: CLOSED CODE_FIX    
Severity: enhancement    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.27 Subsystem:
Regression: --- Bisected commit-id:
Attachments: Diff against linux-2.6.27/kernel/drivers/usb/serial/cp2101.c

Description Wolfgang Glas 2009-01-15 10:27:30 UTC
We've got hands on a GPS evaluation kit from

http://www.fastraxgps.com/products/evaluationtools/evaluationkit/

and it' actually equipped with a CP210x USB to serial bridge.

The vendor/product ID is: 0x10c4/0x826b.

If add this product ID to the driver cp2101.c using the patch I will attach in the sequel, this device works flawlessly under linux ;-)

  Please consider my patch for inclusion on the mainline.

    TIA,

     Wolfgang
Comment 1 Wolfgang Glas 2009-01-15 10:29:29 UTC
Created attachment 19815 [details]
Diff against linux-2.6.27/kernel/drivers/usb/serial/cp2101.c

This patch adds the fasttrax evaluation kit to the list of supported devices for the cp210x driver.
Comment 2 Greg Kroah-Hartman 2009-01-15 11:04:04 UTC
On Thu, Jan 15, 2009 at 10:29:29AM -0800, bugme-daemon@bugzilla.kernel.org wrote:
> Created an attachment (id=19815)
>  --> (http://bugzilla.kernel.org/attachment.cgi?id=19815&action=view)
> Diff against linux-2.6.27/kernel/drivers/usb/serial/cp2101.c

Can you provide a patch in email to me as described in
Documentation/SubmittingPatches so that I can properly apply it?

thanks,

greg k-h