提交 c6fd7188 编写于 作者: D Dominik Brodowski 提交者: Linus Torvalds

[PATCH] pcmcia: Documentation update

Update PCMCIA driver changes for patches merged in 2.6.13
Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 862104e5
This file details changes in 2.6 which affect PCMCIA card driver authors: This file details changes in 2.6 which affect PCMCIA card driver authors:
* in-kernel device<->driver matching * event handler initialization in struct pcmcia_driver (as of 2.6.13)
The event handler is notified of all events, and must be initialized
as the event() callback in the driver's struct pcmcia_driver.
* pcmcia/version.h should not be used (as of 2.6.13)
This file will be removed eventually.
* in-kernel device<->driver matching (as of 2.6.13)
PCMCIA devices and their correct drivers can now be matched in PCMCIA devices and their correct drivers can now be matched in
kernelspace. See 'devicetable.txt' for details. kernelspace. See 'devicetable.txt' for details.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册