Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4669
b: refs/heads/master
c: c6fd718
h: refs/heads/master
i:
  4667: 96b0d3c
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jul 12, 2005
1 parent 0997542 commit 5294f5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 862104e56329babf0b9571281e9516fe6259dd17
refs/heads/master: c6fd718808df873b5d216d5827ac57ec39820238
9 changes: 8 additions & 1 deletion trunk/Documentation/pcmcia/driver-changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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
kernelspace. See 'devicetable.txt' for details.

Expand Down

0 comments on commit 5294f5f

Please sign in to comment.