lkml.org 
[lkml]   [2013]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectFTDI custom VID/PID patch
Hello Greg.

It's my first patch, sorry if something wrong.

Custom VID/PID for Z3X Box device, popular tool for cellphone flashing.

diff -uprN -X linux-3.11.6-vanilla/Documentation/dontdiff
linux-3.11.6-vanilla/drivers/usb/serial/ftdi_sio.c
linux-3.11.6-devel/drivers/usb/serial/ftdi_sio.c
--- linux-3.11.6-vanilla/drivers/usb/serial/ftdi_sio.c 2013-10-18
22:24:16.000000000 +0400
+++ linux-3.11.6-devel/drivers/usb/serial/ftdi_sio.c 2013-11-01
16:53:25.518999202 +0400
@@ -906,6 +906,7 @@ static struct usb_device_id id_table_com
{ USB_DEVICE(FTDI_VID, FTDI_LUMEL_PD12_PID) },
/* Crucible Devices */
{ USB_DEVICE(FTDI_VID, FTDI_CT_COMET_PID) },
+ { USB_DEVICE(FTDI_VID, FTDI_Z3X_PID) },
{ }, /* Optional parameter
entry */
{ } /* Terminating entry */
};
diff -uprN -X linux-3.11.6-vanilla/Documentation/dontdiff
linux-3.11.6-vanilla/drivers/usb/serial/ftdi_sio_ids.h
linux-3.11.6-devel/drivers/usb/serial/ftdi_sio_ids.h
--- linux-3.11.6-vanilla/drivers/usb/serial/ftdi_sio_ids.h
2013-10-18 22:24:16.000000000 +0400
+++ linux-3.11.6-devel/drivers/usb/serial/ftdi_sio_ids.h
2013-11-01 16:52:37.288999208 +0400
@@ -1307,3 +1307,9 @@
* Manufacturer: Crucible Technologies
*/
#define FTDI_CT_COMET_PID 0x8e08
+
+/*
+ * Product: Z3X Box
+ * Manufacturer: Smart GSM Team
+ */
+#define FTDI_Z3X_PID 0x0011
Signed-off-by: Alexey E. Kramarenko <alexeyk13@yandex.ru>



\
 
 \ /
  Last update: 2013-11-01 14:41    [W:0.242 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site