mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Peter Naulls <peter@chocky.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] ftdi USB serial additional IDs
Date: Tue, 17 Jan 2012 18:27:09 -0800	[thread overview]
Message-ID: <4F162DFD.7010200@chocky.org> (raw)

[-- 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>

             reply	other threads:[~2012-01-18  2:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-18  2:27 Peter Naulls [this message]
2012-01-19 22:47 ` Greg KH

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=4F162DFD.7010200@chocky.org \
    --to=peter@chocky.org \
    --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

Powered by JetHome