diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-05 15:39:48 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-05 15:39:48 +0000 |
commit | 82b2d6930fd7bb41b71617ca5eba804605af5513 (patch) | |
tree | e12631fc0fc6a4bdcb627871750b5da51c5837e2 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | faee4a0ef457ebde343292fad383df29c77b562b (diff) | |
download | mediapointer-dvb-s2-82b2d6930fd7bb41b71617ca5eba804605af5513.tar.gz mediapointer-dvb-s2-82b2d6930fd7bb41b71617ca5eba804605af5513.tar.bz2 |
- more cards supported in ir-kbd-gpio.c
- add magics to video-buf structs.
- fix saa7134 oss driver spinlocks.
- misc minor stuff.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index df990c859..9fd1e5b58 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -404,13 +404,13 @@ void __devinit cx88_card_setup(struct cx8800_dev *dev) switch (dev->board) { case CX88_BOARD_HAUPPAUGE: - printk("cx88_card_setup: Hauppauge\n") + printk("cx88_card_setup: Hauppauge\n"); if (0 == dev->i2c_rc) i2c_eeprom(&dev->i2c_client,eeprom,sizeof(eeprom)); hauppauge_eeprom(dev,eeprom+8); break; case CX88_BOARD_GDI: - printk("cx88_card_setup: GDI\n") + printk("cx88_card_setup: GDI\n"); if (0 == dev->i2c_rc) i2c_eeprom(&dev->i2c_client,eeprom,sizeof(eeprom)); gdi_eeprom(dev,eeprom); |