From 012f81a149123bd794aa3964f7400524d3785e9b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 17 May 2007 06:50:44 +0000 Subject: linux-rp: dropped obsolete patches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1739 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/linux/linux-rp-2.6.21/00-hostap.patch | 45 ------------------ meta/packages/linux/linux-rp-2.6.21/10-pcnet.patch | 27 ----------- .../linux-rp-2.6.21/add-oz-release-string.patch | 28 ----------- .../linux/linux-rp-2.6.21/hrw-pcmcia-ids-r5.patch | 54 ---------------------- 4 files changed, 154 deletions(-) delete mode 100644 meta/packages/linux/linux-rp-2.6.21/00-hostap.patch delete mode 100644 meta/packages/linux/linux-rp-2.6.21/10-pcnet.patch delete mode 100644 meta/packages/linux/linux-rp-2.6.21/add-oz-release-string.patch delete mode 100644 meta/packages/linux/linux-rp-2.6.21/hrw-pcmcia-ids-r5.patch (limited to 'meta/packages') diff --git a/meta/packages/linux/linux-rp-2.6.21/00-hostap.patch b/meta/packages/linux/linux-rp-2.6.21/00-hostap.patch deleted file mode 100644 index 20432b404..000000000 --- a/meta/packages/linux/linux-rp-2.6.21/00-hostap.patch +++ /dev/null @@ -1,45 +0,0 @@ -Platform: Sharp Zaurus C760 running 2.6.16 and pcmciautils 013. - -root@c7x0:~# pccardctl ident -Socket 0: - product info: "Pretec", "CompactWLAN Card 802.11b", "2.5" - manfid: 0x0156, 0x0002 - function: 6 (network) - -========================================================================== -From: Jochen Friedrich - -Yet another card known to work OK with hostap_cs: - -# pccardctl ident -Socket 0: - no product info available -Socket 1: - product info: "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02", "" - manfid: 0x0156, 0x0002 - function: 6 (network) - -========================================================================== - -Signed-off-by: Marcin Juszkiewicz - - drivers/net/wireless/hostap/hostap_cs.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -Index: linux/drivers/net/wireless/hostap/hostap_cs.c -=================================================================== ---- linux.orig/drivers/net/wireless/hostap/hostap_cs.c 2006-05-17 10:23:00.000000000 +0200 -+++ linux/drivers/net/wireless/hostap/hostap_cs.c 2006-05-17 10:25:45.000000000 +0200 -@@ -923,6 +923,12 @@ - PCMCIA_DEVICE_PROD_ID12( - "ZoomAir 11Mbps High", "Rate wireless Networking", - 0x273fe3db, 0x32a1eaee), -+ PCMCIA_DEVICE_PROD_ID123( -+ "Pretec", "CompactWLAN Card 802.11b", "2.5", -+ 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1), -+ PCMCIA_DEVICE_PROD_ID123( -+ "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02", -+ 0xc7b8df9d, 0x1700d087, 0x4b74baa0), - PCMCIA_DEVICE_NULL - }; - MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids); diff --git a/meta/packages/linux/linux-rp-2.6.21/10-pcnet.patch b/meta/packages/linux/linux-rp-2.6.21/10-pcnet.patch deleted file mode 100644 index 2e1966e83..000000000 --- a/meta/packages/linux/linux-rp-2.6.21/10-pcnet.patch +++ /dev/null @@ -1,27 +0,0 @@ - -From: Marcin Juszkiewicz - -Add TRENDnet TE-CF100 ethernet adapter to pcnet_cs list. - -product info: "Fast Ethernet", "CF Size PC Card", "1.0", "" - manfid: 0x0149, 0xc1ab - -Signed-off-by: Marcin Juszkiewicz - - drivers/net/pcmcia/pcnet_cs.c | 2 ++ - 1 file changed, 2 insertions(+) - -Index: netdev-2.6/drivers/net/pcmcia/pcnet_cs.c -=================================================================== ---- netdev-2.6.orig/drivers/net/pcmcia/pcnet_cs.c 2006-05-18 11:06:43.294022480 +0200 -+++ netdev-2.6/drivers/net/pcmcia/pcnet_cs.c 2006-05-18 11:10:31.548322552 +0200 -@@ -1768,6 +1768,8 @@ - PCMCIA_DEVICE_CIS_PROD_ID12("NDC", "Ethernet", 0x01c43ae1, 0x00b2e941, "NE2K.cis"), - PCMCIA_DEVICE_CIS_PROD_ID12("PMX ", "PE-200", 0x34f3f1c8, 0x10b59f8c, "PE-200.cis"), - PCMCIA_DEVICE_CIS_PROD_ID12("TAMARACK", "Ethernet", 0xcf434fba, 0x00b2e941, "tamarack.cis"), -+ PCMCIA_DEVICE_PROD_ID123("Fast Ethernet", "CF Size PC Card", "1.0", -+ 0xb4be14e3, 0x43ac239b, 0x0877b627), - PCMCIA_DEVICE_NULL - }; - MODULE_DEVICE_TABLE(pcmcia, pcnet_ids); - diff --git a/meta/packages/linux/linux-rp-2.6.21/add-oz-release-string.patch b/meta/packages/linux/linux-rp-2.6.21/add-oz-release-string.patch deleted file mode 100644 index a80a1d552..000000000 --- a/meta/packages/linux/linux-rp-2.6.21/add-oz-release-string.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- - Makefile | 1 + - init/version.c | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -Index: git/init/version.c -=================================================================== ---- git.orig/init/version.c 2006-10-31 16:09:47.000000000 +0000 -+++ git/init/version.c 2006-10-31 16:24:54.000000000 +0000 -@@ -35,5 +35,5 @@ struct uts_namespace init_uts_ns = { - EXPORT_SYMBOL_GPL(init_uts_ns); - - const char linux_banner[] = -- "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" -+ "Linux version " UTS_RELEASE OPENZAURUS_RELEASE " (" LINUX_COMPILE_BY "@" - LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; -Index: git/Makefile -=================================================================== ---- git.orig/Makefile 2006-10-31 16:08:28.000000000 +0000 -+++ git/Makefile 2006-10-31 16:27:02.000000000 +0000 -@@ -905,6 +905,7 @@ endef - define filechk_version.h - (echo \#define LINUX_VERSION_CODE $(shell \ - expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \ -+ echo \#define OPENZAURUS_RELEASE \"$(OPENZAURUS_RELEASE)\"; \ - echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) - endef - diff --git a/meta/packages/linux/linux-rp-2.6.21/hrw-pcmcia-ids-r5.patch b/meta/packages/linux/linux-rp-2.6.21/hrw-pcmcia-ids-r5.patch deleted file mode 100644 index b5a570d38..000000000 --- a/meta/packages/linux/linux-rp-2.6.21/hrw-pcmcia-ids-r5.patch +++ /dev/null @@ -1,54 +0,0 @@ -From: Marcin Juszkiewicz - -Few cards informations submitted by OpenZaurus users. - -Seagate 8GB microdrive: - product info: "SEAGATE", "ST1" - manfid 0x0111, 0x0000 - -One CF card: - product info: "SAMSUNG", "04/05/06", "", "" - manfid : 0x0000, 0x0000 - -Ridata 8GB Pro 150X Compact Flash Card: - product info: "SMI VENDOR", "SMI PRODUCT", "" - manfid: 0x000a, 0x0000 - - product info: "M-Systems", "CF500", "" - manfid: 0x000a, 0x0000 - - product info: "TRANSCEND", "TS4GCF120", "" - manfid: 0x000a, 0x0000 - -Signed-off-by: Marcin Juszkiewicz - ---- -Patch follow kernel version 2.6.18 - -Please Cc: me - I'm not subscribed to linux-pcmcia or linux-kernel - - ide-cs.c | 5 +++++ - 1 file changed, 5 insertions(+) - -Index: linux-2.6/drivers/ide/legacy/ide-cs.c -=================================================================== ---- linux-2.6.orig/drivers/ide/legacy/ide-cs.c 2006-08-23 11:02:37.958306000 +0200 -+++ linux-2.6/drivers/ide/legacy/ide-cs.c 2006-09-25 16:45:35.765780000 +0200 -@@ -398,12 +398,17 @@ - PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDE", 0x547e66dc, 0x5c5ab149), - PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDEII", 0x547e66dc, 0xb3662674), - PCMCIA_DEVICE_PROD_ID12("LOOKMEET", "CBIDE2 ", 0xe37be2b5, 0x8671043b), -+ PCMCIA_DEVICE_PROD_ID12("M-Systems", "CF500", 0x7ed2ad87, 0x7a13045c), - PCMCIA_DEVICE_PROD_ID2("NinjaATA-", 0xebe0bd79), - PCMCIA_DEVICE_PROD_ID12("PCMCIA", "CD-ROM", 0x281f1c5d, 0x66536591), - PCMCIA_DEVICE_PROD_ID12("PCMCIA", "PnPIDE", 0x281f1c5d, 0x0c694728), - PCMCIA_DEVICE_PROD_ID12("SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", 0x4a3f0ba0, 0x322560e1), -+ PCMCIA_DEVICE_PROD_ID12("SEAGATE", "ST1", 0x87c1b330, 0xe1f30883), -+ PCMCIA_DEVICE_PROD_ID12("SAMSUNG", "04/05/06", 0x43d74cb4, 0x6a22777d), -+ PCMCIA_DEVICE_PROD_ID12("SMI VENDOR", "SMI PRODUCT", 0x30896c92, 0x703cc5f6), - PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003), - PCMCIA_DEVICE_PROD_ID1("TRANSCEND 512M ", 0xd0909443), -+ PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1, 0xf54a91c8), - PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), - PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), - PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e), -- cgit v1.2.3