[oe-commits] sledz : linux-2.6.24: add another 4N-GALAXY.DE PID to ftdi_sio driver

git version control git at git.openembedded.org
Thu Jun 16 23:19:36 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 0b667441e530865a5b93b0b412b7fdd9be48ba63
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0b667441e530865a5b93b0b412b7fdd9be48ba63

Author: sledz <sledz at e6edf6fb-f266-4316-afb4-e53d95876a76>
Date:   Tue Jun  7 10:30:32 2011 +0000

linux-2.6.24: add another 4N-GALAXY.DE PID to ftdi_sio driver

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>

---

 recipes/linux/linux-2.6.24/ftdi-4n-galaxy.patch |   22 ++++++++++++++++++++++
 recipes/linux/linux_2.6.24.bb                   |    3 ++-
 2 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-2.6.24/ftdi-4n-galaxy.patch b/recipes/linux/linux-2.6.24/ftdi-4n-galaxy.patch
new file mode 100644
index 0000000..133aae8
--- /dev/null
+++ b/recipes/linux/linux-2.6.24/ftdi-4n-galaxy.patch
@@ -0,0 +1,22 @@
+diff -Nurd linux-2.6.24.orig/drivers/usb/serial/ftdi_sio.c linux-2.6.24/drivers/usb/serial/ftdi_sio.c
+--- linux-2.6.24.orig/drivers/usb/serial/ftdi_sio.c	2011-06-07 12:15:01.418982729 +0200
++++ linux-2.6.24/drivers/usb/serial/ftdi_sio.c	2011-06-07 12:16:20.107926616 +0200
+@@ -523,6 +523,7 @@
+ 	{ USB_DEVICE(FTDI_VID, EVER_ECO_PRO_CDS) },
+ 	{ USB_DEVICE(FTDI_VID, FTDI_4N_GALAXY_DE_1_PID) },
+ 	{ USB_DEVICE(FTDI_VID, FTDI_4N_GALAXY_DE_2_PID) },
++	{ USB_DEVICE(FTDI_VID, FTDI_4N_GALAXY_DE_3_PID) },
+ 	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_0_PID) },
+ 	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_1_PID) },
+ 	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_2_PID) },
+diff -Nurd linux-2.6.24.orig/drivers/usb/serial/ftdi_sio.h linux-2.6.24/drivers/usb/serial/ftdi_sio.h
+--- linux-2.6.24.orig/drivers/usb/serial/ftdi_sio.h	2011-06-07 12:15:01.413983114 +0200
++++ linux-2.6.24/drivers/usb/serial/ftdi_sio.h	2011-06-07 12:16:11.652577907 +0200
+@@ -387,6 +387,7 @@
+  */
+ #define FTDI_4N_GALAXY_DE_1_PID	0xF3C0
+ #define FTDI_4N_GALAXY_DE_2_PID	0xF3C1
++#define FTDI_4N_GALAXY_DE_3_PID	0xF3C2
+ 
+ /*
+  * Mobility Electronics products.
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index 8569690..e9844bb 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -11,7 +11,7 @@ DEFAULT_PREFERENCE_hipox = "1"
 DEFAULT_PREFERENCE_cs-e9302 = "1"
 DEFAULT_PREFERENCE_smartq5 = "1"
 
-PR = "r42"
+PR = "r44"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=kernel \
            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
@@ -20,6 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=k
            file://ubifs-v2.6.24-silent-get-sb.patch \
            file://cfi-amic.patch \
            file://make-3.82.patch \
+           file://ftdi-4n-galaxy.patch \
            file://defconfig"
 
 # Moved away temporarely until committed properly (work in progress).





More information about the Openembedded-commits mailing list