diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/wifistix/wifistix-modules/marvell-devicetable.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/wifistix/wifistix-modules/marvell-devicetable.patch')
-rw-r--r-- | packages/wifistix/wifistix-modules/marvell-devicetable.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/wifistix/wifistix-modules/marvell-devicetable.patch b/packages/wifistix/wifistix-modules/marvell-devicetable.patch deleted file mode 100644 index 5d726a582b..0000000000 --- a/packages/wifistix/wifistix-modules/marvell-devicetable.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- src_cf8385/io/mcf/cf_io-orig.c 2006-04-29 16:26:16.000000000 -0700 -+++ src_cf8385/io/mcf/cf_io.c 2006-04-29 16:32:59.000000000 -0700 -@@ -415,6 +415,14 @@ - - - #ifndef LINUX_2_4 -+static struct pcmcia_device_id cfio_ids[] = { -+ PCMCIA_DEVICE_MANF_CARD(0x02df, 0x8103), -+ PCMCIA_DEVICE_PROD_ID12("Marvell", "88W8300 802.11g PC Card", -+ 0xE86284BA, 0x8C78E0CD), -+ PCMCIA_DEVICE_NULL, -+}; -+MODULE_DEVICE_TABLE(pcmcia, cfio_ids); -+ - static struct pcmcia_driver cfio_cs_driver = { - .owner = THIS_MODULE, - .drv = { -@@ -423,6 +431,7 @@ - .attach = cf_attach, - .detach = cf_detach, - .event = cf_event, -+ .id_table = cfio_ids, - }; - #endif - |