diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-31 11:32:47 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-31 11:32:47 +0000 |
commit | e2e127390240243dc1f163eb96711e3792620a18 (patch) | |
tree | e053198478ecbbfe48feb84f9f10bc4a38984170 /linux/drivers | |
parent | 6e7d9216e42a255b6382d67bbd81a0875e988ff7 (diff) | |
download | mediapointer-dvb-s2-e2e127390240243dc1f163eb96711e3792620a18.tar.gz mediapointer-dvb-s2-e2e127390240243dc1f163eb96711e3792620a18.tar.bz2 |
- add some defines to compat.h to build again on older kernels.
- misc fixes.
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-core.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index a96b08bfe..48fd794e1 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.42 2005/01/13 17:22:33 kraxel Exp $ + $Id: bttv-cards.c,v 1.43 2005/01/31 11:32:47 kraxel Exp $ bttv-cards.c @@ -180,6 +180,8 @@ static struct CARD { // some cards ship with byteswapped IDs ... { 0x1200bd11, BTTV_PINNACLE, "Pinnacle PCTV [bswap]" }, { 0xff00bd11, BTTV_PINNACLE, "Pinnacle PCTV [bswap]" }, + // this seems to happen as well ... + { 0xff1211bd, BTTV_PINNACLE, "Pinnacle PCTV" }, { 0x3000121a, BTTV_VOODOOTV_FM, "3Dfx VoodooTV FM/ VoodooTV 200" }, { 0x263710b4, BTTV_VOODOOTV_FM, "3Dfx VoodooTV FM/ VoodooTV 200" }, diff --git a/linux/drivers/media/video/saa7134/saa7134-core.c b/linux/drivers/media/video/saa7134/saa7134-core.c index 80f33e987..cefb39d59 100644 --- a/linux/drivers/media/video/saa7134/saa7134-core.c +++ b/linux/drivers/media/video/saa7134/saa7134-core.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-core.c,v 1.24 2005/01/24 17:37:23 kraxel Exp $ + * $Id: saa7134-core.c,v 1.25 2005/01/31 11:32:47 kraxel Exp $ * * device driver for philips saa7134 based TV cards * driver core @@ -282,7 +282,7 @@ static void request_module_depend(char *name, int *flag) #else -static inline void request_module_depend(char *name, int *flag) {} +#define request_module_depend(name,flag) #endif /* CONFIG_MODULES */ |