diff options
author | Michael Hunold <devnull@localhost> | 2003-03-14 09:56:11 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-03-14 09:56:11 +0000 |
commit | cfe4730591564ebe99859d687a3dba2427dbb292 (patch) | |
tree | cb4e5d5c924336eddd89241018a84025f34ef2c7 /linux/drivers/media/video/mxb.c | |
parent | 3ca8682b7e844390bbee9e29dfe05066b4628d1a (diff) | |
download | mediapointer-dvb-s2-cfe4730591564ebe99859d687a3dba2427dbb292.tar.gz mediapointer-dvb-s2-cfe4730591564ebe99859d687a3dba2427dbb292.tar.bz2 |
saa7146: set default values for brightness/contrast/saturation on driver load
mxb: prevent helper modules to probe on unknown i2c-busses. (for example on a
Matrox gfx card)
Diffstat (limited to 'linux/drivers/media/video/mxb.c')
-rw-r--r-- | linux/drivers/media/video/mxb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/mxb.c b/linux/drivers/media/video/mxb.c index ae3b5a7c3..c9fe808d2 100644 --- a/linux/drivers/media/video/mxb.c +++ b/linux/drivers/media/video/mxb.c @@ -1015,6 +1015,8 @@ struct pci_device_id pci_tbl[] = { .subvendor = 0x0000, .subdevice = 0x0000, .driver_data = (unsigned long)&mxb, + }, { + .vendor = 0, } }; |