diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-07-17 19:44:45 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-17 19:44:45 -0700 |
| commit | 4d33d4eb3bf10be402ce8e021fd098356bf42584 (patch) | |
| tree | 7239a68b7e148341fefcf32ed883f1008ac86d5d /include | |
| parent | d949155d52d922706843bb6559315a8a8f5b874e (diff) | |
[PATCH] forward port 2.4 Zoom video support
Also apply the right fix to the yenta hang problem
Diffstat (limited to 'include')
| -rw-r--r-- | include/pcmcia/ss.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index 24cb380be518..08169885af48 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h @@ -51,6 +51,7 @@ #define SS_3VCARD 0x1000 #define SS_XVCARD 0x2000 #define SS_PENDING 0x4000 +#define SS_ZVCARD 0x8000 /* InquireSocket capabilities */ #define SS_CAP_PAGE_REGS 0x0001 @@ -209,6 +210,10 @@ struct pcmcia_socket { /* socket operations */ struct pccard_operations * ops; + /* Zoom video behaviour is so chip specific its not worth adding + this to _ops */ + void (*zoom_video)(struct pcmcia_socket *, int); + /* state thread */ struct semaphore skt_sem; /* protects socket h/w state */ |
