[oe-commits] org.oe.dev linux-omap1: add one CompactFlash card into ide-cs

hrw commit openembedded-commits at lists.openembedded.org
Mon Oct 16 17:50:31 UTC 2006


linux-omap1: add one CompactFlash card into ide-cs

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: aa1ee9e2aea46e40ae4814d6754d01a05097108c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa1ee9e2aea46e40ae4814d6754d01a05097108c
Files:
1
packages/linux/linux-omap1-2.6.18+git/another-ide-cs-ids.patch
packages/linux/linux-omap1_2.6.18+git.bb
Diffs:

#
# mt diff -r750215559f3cd57e976011193cc7b72d50be5aba -raa1ee9e2aea46e40ae4814d6754d01a05097108c
#
# 
# 
# add_file "packages/linux/linux-omap1-2.6.18+git/another-ide-cs-ids.patch"
#  content [c856de65bc3e71ee4dc1a3d17c435368f461c154]
# 
# patch "packages/linux/linux-omap1_2.6.18+git.bb"
#  from [00a3b0cea02b39030c7bf591eaed73a55321b749]
#    to [6acd48dcd96182162a7d75f6caa8cbb2568d7108]
# 
============================================================
--- packages/linux/linux-omap1-2.6.18+git/another-ide-cs-ids.patch	c856de65bc3e71ee4dc1a3d17c435368f461c154
+++ packages/linux/linux-omap1-2.6.18+git/another-ide-cs-ids.patch	c856de65bc3e71ee4dc1a3d17c435368f461c154
@@ -0,0 +1,18 @@
+From: Marcin Juszkiewicz <openembedded at hrw.one.pl>
+
+Add another CompactFlash card into ide-cs driver.
+
+Signed-Off-By: Marcin Juszkiewicz <openembedded at hrw.one.pl>
+
+Index: linux/drivers/ide/legacy/ide-cs.c
+===================================================================
+--- linux.orig/drivers/ide/legacy/ide-cs.c	2006-10-16 19:16:39.041503288 +0200
++++ linux/drivers/ide/legacy/ide-cs.c	2006-10-16 19:18:40.929973424 +0200
+@@ -405,6 +405,7 @@
+ 	PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003),
+ 	PCMCIA_DEVICE_PROD_ID1("TRANSCEND    512M   ", 0xd0909443),
+ 	PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
++	PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c, 0x212bb918),
+ 	PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),
+ 	PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e),
+ 	PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6),
============================================================
--- packages/linux/linux-omap1_2.6.18+git.bb	00a3b0cea02b39030c7bf591eaed73a55321b749
+++ packages/linux/linux-omap1_2.6.18+git.bb	6acd48dcd96182162a7d75f6caa8cbb2568d7108
@@ -1,8 +1,9 @@ require linux-omap1.inc
 require linux-omap1.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=http;tag=c6051183c597b6a0fa73cdb59aac852c6148c5b6 \
+           file://another-ide-cs-ids.patch;patch=1 \
            file://defconfig"
 
 S = "${WORKDIR}/git"






More information about the Openembedded-commits mailing list