diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-08-31 13:54:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-31 13:54:30 +0000 |
commit | fbabf992cd9f11e1260244d6f3ac13965a669b2f (patch) | |
tree | 296e343a65535783c61b3950ba02d82869714b62 /packages/linux/linux-openzaurus-2.6.13-rc5-mm1 | |
parent | c6c07a6182b57e3b494370385cc07a0f124a000f (diff) |
linux-openzaurus-2.6.13-rc5-mm1: add a patch to remove the SanDisk ConnectPlus card from the ide-cs driver. As both the ide and hostap drivers trying to access this card at same time is not currently working.
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.13-rc5-mm1')
-rw-r--r-- | packages/linux/linux-openzaurus-2.6.13-rc5-mm1/connectplus-remove-ide-HACK.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/connectplus-remove-ide-HACK.patch b/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/connectplus-remove-ide-HACK.patch new file mode 100644 index 0000000000..016f19a8b1 --- /dev/null +++ b/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/connectplus-remove-ide-HACK.patch @@ -0,0 +1,10 @@ +--- linux-2.6.12/drivers/ide/legacy/ide-cs.c.orig 2005-08-31 13:12:31.369934424 +0000 ++++ linux-2.6.12/drivers/ide/legacy/ide-cs.c 2005-08-31 13:12:42.584229592 +0000 +@@ -485,7 +485,6 @@ + PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), + PCMCIA_DEVICE_PROD_ID123("KODAK Picture Card ", "KODAK ", "V100K", 0x94a0d8f3, 0xe4fc3ea0, 0xe5e7eed4), + PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), +- PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6), + PCMCIA_DEVICE_NULL, + }; + MODULE_DEVICE_TABLE(pcmcia, ide_ids); |