summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-26 21:27:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-26 21:27:55 +0000
commit9ec06c2f4ed3e6d045baa77e35530fbc94656b8b (patch)
treed40cf74a2c6ded727f10d72233eec3c1db34d474
parentd8201adda0f1cdab90dbf50c40abedb74d88a377 (diff)
downloadpoky-9ec06c2f4ed3e6d045baa77e35530fbc94656b8b.tar.gz
linux-openzaurus-2.6.17: Fix some issues and make it the default kernel for Zaurii
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@556 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-openzaurus-2.6.17/hrw-pcmcia-ids-r3.patch31
-rw-r--r--meta/packages/linux/linux-openzaurus_2.6.17.bb8
2 files changed, 34 insertions, 5 deletions
diff --git a/meta/packages/linux/linux-openzaurus-2.6.17/hrw-pcmcia-ids-r3.patch b/meta/packages/linux/linux-openzaurus-2.6.17/hrw-pcmcia-ids-r3.patch
new file mode 100644
index 0000000000..b27fd09068
--- /dev/null
+++ b/meta/packages/linux/linux-openzaurus-2.6.17/hrw-pcmcia-ids-r3.patch
@@ -0,0 +1,31 @@
1
2The ident for Seagate 8GB microdrive is
3"SEAGATE", "ST1"
4hash 0x76dc4190, 0xcfba9599
5manfid 0x0111, 0x0000
6
7CF card:
8 product info: "SAMSUNG", "04/05/06", "", ""
9 manfid : 0x0000, 0x0000
10 function 4 (fixed disk)
11
12
13Signed-off-by: Marcin Juszkiewicz <openembedded@hrw.one.pl>
14
15 drivers/ide/legacy/ide-cs.c | 1 +
16 1 file changed, 1 insertion(+)
17
18Index: linux-2.6.17/drivers/ide/legacy/ide-cs.c
19===================================================================
20--- linux-2.6.17.orig/drivers/ide/legacy/ide-cs.c 2006-06-18 03:49:35.000000000 +0200
21+++ linux-2.6.17/drivers/ide/legacy/ide-cs.c 2006-07-10 23:29:28.696446000 +0200
22@@ -402,6 +402,9 @@
23 PCMCIA_DEVICE_PROD_ID12("PCMCIA", "CD-ROM", 0x281f1c5d, 0x66536591),
24 PCMCIA_DEVICE_PROD_ID12("PCMCIA", "PnPIDE", 0x281f1c5d, 0x0c694728),
25 PCMCIA_DEVICE_PROD_ID12("SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", 0x4a3f0ba0, 0x322560e1),
26+ PCMCIA_DEVICE_PROD_ID12("SEAGATE", "ST1", 0x87c1b330, 0xe1f30883), /* Seagate 8GB microdrive */
27+ PCMCIA_DEVICE_PROD_ID12("SAMSUNG", "04/05/06", 0x43d74cb4, 0x6a22777d),
28+ PCMCIA_DEVICE_PROD_ID12("SMI VENDOR", "SMI PRODUCT", 0x30896c92, 0x703cc5f6),
29 PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003),
30 PCMCIA_DEVICE_PROD_ID1("TRANSCEND 512M ", 0xd0909443),
31 PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
diff --git a/meta/packages/linux/linux-openzaurus_2.6.17.bb b/meta/packages/linux/linux-openzaurus_2.6.17.bb
index 038acd451e..3a1847409e 100644
--- a/meta/packages/linux/linux-openzaurus_2.6.17.bb
+++ b/meta/packages/linux/linux-openzaurus_2.6.17.bb
@@ -1,8 +1,6 @@
1include linux-openzaurus.inc 1include linux-openzaurus.inc
2 2
3PR = "r10" 3PR = "r12"
4
5DEFAULT_PREFERENCE = "-1"
6 4
7# Handy URLs 5# Handy URLs
8# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ 6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
@@ -30,8 +28,8 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
30 file://00-hostap.patch;patch=1;status=merged \ 28 file://00-hostap.patch;patch=1;status=merged \
31 file://10-pcnet.patch;patch=1;status=merged \ 29 file://10-pcnet.patch;patch=1;status=merged \
32 ${RPSRC}/asoc-v0.11pre5-oz.patch;patch=1 \ 30 ${RPSRC}/asoc-v0.11pre5-oz.patch;patch=1 \
33 ${RPSRC}/asoc_fixes2-r0.patch;patch=1 \ 31 ${RPSRC}/asoc_fixes2-r1.patch;patch=1 \
34 ${RPSRC}/hx2750_base-r26.patch;patch=1 \ 32 ${RPSRC}/hx2750_base-r27.patch;patch=1 \
35 ${RPSRC}/hx2750_bl-r7.patch;patch=1 \ 33 ${RPSRC}/hx2750_bl-r7.patch;patch=1 \
36 ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ 34 ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \
37 ${RPSRC}/pxa_keys-r5.patch;patch=1 \ 35 ${RPSRC}/pxa_keys-r5.patch;patch=1 \