From 4d33d4eb3bf10be402ce8e021fd098356bf42584 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 17 Jul 2003 19:44:45 -0700 Subject: [PATCH] forward port 2.4 Zoom video support Also apply the right fix to the yenta hang problem --- include/pcmcia/ss.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3