linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ftdi USB serial additional IDs
@ 2012-01-18  2:27 Peter Naulls
  2012-01-19 22:47 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Naulls @ 2012-01-18  2:27 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]


I tested this against 2.6.39 in the Ubuntu kernel, however I see the IDs are not 
in latest 3.2 git.

This adds IDs for the FTDI controller in the Rainforest Automation Zigbee
dongle.

I don't subscribe to this list, please CC responses.



[-- Attachment #2: ftdi.patch --]
[-- Type: text/x-patch, Size: 821 bytes --]

--- a/drivers/usb/serial/ftdi_sio_ids.h.orig	2012-01-16 15:05:19.479187251 -0800
+++ b/drivers/usb/serial/ftdi_sio_ids.h	2012-01-16 15:09:36.059187291 -0800
@@ -1159,4 +1159,8 @@
 /* USB-Nano-485*/
 #define FTDI_CTI_NANO_PID	0xF60B
 
-
+/*
+ * Rainforest Automation
+ */
+/* ZigBee controller */
+#define FTDI_RF_R106		0x8A28
--- a/drivers/usb/serial/ftdi_sio.c.orig	2012-01-16 15:05:27.727187253 -0800
+++ b/drivers/usb/serial/ftdi_sio.c	2012-01-16 15:10:37.695187302 -0800
@@ -828,6 +828,7 @@
 		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
 	{ USB_DEVICE(ST_VID, ST_STMCLT1030_PID),
 		.driver_info = (kernel_ulong_t)&ftdi_stmclite_quirk },
+	{ USB_DEVICE(FTDI_VID, FTDI_RF_R106) },
 	{ },					/* Optional parameter entry */
 	{ }					/* Terminating entry */
 };


Signed-off-by: Peter Naulls <peter@chocky.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ftdi USB serial additional IDs
  2012-01-18  2:27 [PATCH] ftdi USB serial additional IDs Peter Naulls
@ 2012-01-19 22:47 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-01-19 22:47 UTC (permalink / raw)
  To: Peter Naulls; +Cc: linux-kernel

On Tue, Jan 17, 2012 at 06:27:09PM -0800, Peter Naulls wrote:
> 
> I tested this against 2.6.39 in the Ubuntu kernel, however I see the
> IDs are not in latest 3.2 git.
> 
> This adds IDs for the FTDI controller in the Rainforest Automation Zigbee
> dongle.
> 
> I don't subscribe to this list, please CC responses.

Care to resend with a Signed-off-by: line as the file
Documentation/SubmittingPatches documents so I can accept it and apply
the patch?

Also, please use the scripts/get_maintainer.pl script to figure out who
to email (hint, it would be me and the linux-usb@vger.kernel.org
list...)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-19 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-18  2:27 [PATCH] ftdi USB serial additional IDs Peter Naulls
2012-01-19 22:47 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).