[oe-commits] org.oe.dev linux 2.6.24: apply connectplus hack for simpad, closes #4094

koen commit oe at amethyst.openembedded.net
Fri Mar 21 15:55:06 UTC 2008


linux 2.6.24: apply connectplus hack for simpad, closes #4094

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ad35118024f3b76889242bd536bd859675845efd
ViewMTN: http://monotone.openembedded.org/revision/info/ad35118024f3b76889242bd536bd859675845efd
Files:
1
packages/linux/linux/simpad/connectplus-remove-ide-HACK.patch
packages/linux/linux_2.6.24.bb
Diffs:

#
# mt diff -r445245459c1a9926573d468811351e3f80f5bf38 -rad35118024f3b76889242bd536bd859675845efd
#
#
#
# add_file "packages/linux/linux/simpad/connectplus-remove-ide-HACK.patch"
#  content [8ffef06194b29e2b22abed7edb6044a5ad4316d7]
# 
# patch "packages/linux/linux_2.6.24.bb"
#  from [0b77562c24e62555c0952e5c6a0ebce85aaa1a43]
#    to [fb4bd660e032d23e78af98449667e6bd6fdae950]
#
============================================================
--- packages/linux/linux/simpad/connectplus-remove-ide-HACK.patch	8ffef06194b29e2b22abed7edb6044a5ad4316d7
+++ packages/linux/linux/simpad/connectplus-remove-ide-HACK.patch	8ffef06194b29e2b22abed7edb6044a5ad4316d7
@@ -0,0 +1,12 @@
+Index: linux-2.6.13/drivers/ide/legacy/ide-cs.c
+===================================================================
+--- linux-2.6.13.orig/drivers/ide/legacy/ide-cs.c	2005-09-01 22:43:46.000000000 +0100
++++ linux-2.6.13/drivers/ide/legacy/ide-cs.c	2005-09-01 22:45:46.000000000 +0100
+@@ -488,7 +488,6 @@
+ 	PCMCIA_DEVICE_PROD_ID123("KODAK Picture Card       ", "KODAK  ", "V100K", 0x94a0d8f3, 0xe4fc3ea0, 0xe5e7eed4),
+ 	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),
+ 	PCMCIA_DEVICE_NULL,
+ };
+ MODULE_DEVICE_TABLE(pcmcia, ide_ids);
============================================================
--- packages/linux/linux_2.6.24.bb	0b77562c24e62555c0952e5c6a0ebce85aaa1a43
+++ packages/linux/linux_2.6.24.bb	fb4bd660e032d23e78af98449667e6bd6fdae950
@@ -11,7 +11,7 @@ DEPENDS_append_mpc8313e-rdb = " dtc-nati
 
 DEPENDS_append_mpc8313e-rdb = " dtc-native"
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
            http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \
@@ -34,7 +34,8 @@ SRC_URI_append_simpad = "\
            file://linux-2.6.24-SIMpad-hostap_cs-shared-irq.patch;patch=1 \
            file://linux-2.6.24-SIMpad-orinoco_cs-shared-irq.patch;patch=1 \ 
            file://linux-2.6.24-SIMpad-rtc-sa1100.patch;patch=1 \
-           file://collie-kexec.patch;patch=1 \
+           file://connectplus-remove-ide-HACK.patch;patch=1 \
+	   file://collie-kexec.patch;patch=1 \
            file://export_atags-r2.patch;patch=1 \
            "	   
 






More information about the Openembedded-commits mailing list