diff options
Diffstat (limited to 'Documentation/pcmcia/driver-changes.txt')
-rw-r--r-- | Documentation/pcmcia/driver-changes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/pcmcia/driver-changes.txt b/Documentation/pcmcia/driver-changes.txt index 5c822f54d46c..45c25c7a3445 100644 --- a/Documentation/pcmcia/driver-changes.txt +++ b/Documentation/pcmcia/driver-changes.txt | |||
@@ -1,5 +1,8 @@ | |||
1 | This file details changes in 2.6 which affect PCMCIA card driver authors: | 1 | This file details changes in 2.6 which affect PCMCIA card driver authors: |
2 | 2 | ||
3 | * Unify detach and REMOVAL event code (as of 2.6.16) | ||
4 | void (*remove) (struct pcmcia_device *dev); | ||
5 | |||
3 | * Move suspend, resume and reset out of event handler (as of 2.6.16) | 6 | * Move suspend, resume and reset out of event handler (as of 2.6.16) |
4 | int (*suspend) (struct pcmcia_device *dev); | 7 | int (*suspend) (struct pcmcia_device *dev); |
5 | int (*resume) (struct pcmcia_device *dev); | 8 | int (*resume) (struct pcmcia_device *dev); |