PATCH - ftdi_sio: add Icom ID1 USB product and vendor ids

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "A. Maitland Bottoms" <[email protected]>

The Icom ID-1 1.2 GHz band digital transceiver is a new radio
that has a USB interface. With this patch, the ftdi_sio driver
will report "Detected FT8U232AM" and provide a serial device
interface.

Signed-off-by: "A. Maitland Bottoms" <[email protected]>

---

diff -uprN linux-source-2.6.15.orig/drivers/usb/serial/ftdi_sio.c linux-source-2.6.15/drivers/usb/serial/ftdi_sio.c
--- linux-source-2.6.15.orig/drivers/usb/serial/ftdi_sio.c	2006-01-02 22:21:10.000000000 -0500
+++ linux-source-2.6.15/drivers/usb/serial/ftdi_sio.c	2006-03-14 17:15:03.462259760 -0500
@@ -477,6 +477,7 @@ static struct usb_device_id id_table_com
 	{ USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16HR_PID) },
 	{ USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) },
 	{ USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) },
+	{ USB_DEVICE(ICOM_ID1_VID, ICOM_ID1_PID) },
 	{ },					/* Optional parameter entry */
 	{ }					/* Terminating entry */
 };
diff -uprN linux-source-2.6.15.orig/drivers/usb/serial/ftdi_sio.h linux-source-2.6.15/drivers/usb/serial/ftdi_sio.h
--- linux-source-2.6.15.orig/drivers/usb/serial/ftdi_sio.h	2006-01-02 22:21:10.000000000 -0500
+++ linux-source-2.6.15/drivers/usb/serial/ftdi_sio.h	2006-03-14 17:14:18.199140800 -0500
@@ -135,6 +135,13 @@
 #define KOBIL_CONV_KAAN_PID	0x2021	/* KOBIL_Konverter for KAAN */
 
 /*
+ * Icom ID-1 digital transceiver
+ */
+
+#define ICOM_ID1_VID            0x0C26
+#define ICOM_ID1_PID            0x0004
+
+/*
  * DSS-20 Sync Station for Sony Ericsson P800
  */
  
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux