diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2005-11-09 00:37:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:19 -0500 |
commit | e43f14af143921ac6680aa3ddfff111bef4e034a (patch) | |
tree | 9b83b7070ecb3faeef8ef4515bcac61b071ff380 /drivers/media/video/ir-kbd-i2c.c | |
parent | 340622c5a9028d70b1238ecafb463125277a30eb (diff) |
[PATCH] v4l: 790: added support for terratec cinergy 250 usb
- Added support for Terratec Cinergy 250 USB
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r-- | drivers/media/video/ir-kbd-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c index 8cc3f8ab2f3a..c4701035ca20 100644 --- a/drivers/media/video/ir-kbd-i2c.c +++ b/drivers/media/video/ir-kbd-i2c.c | |||
@@ -429,7 +429,7 @@ static int ir_probe(struct i2c_adapter *adap) | |||
429 | static const int probe_saa7134[] = { 0x7a, -1 }; | 429 | static const int probe_saa7134[] = { 0x7a, -1 }; |
430 | static const int probe_em2820[] = { 0x30, 0x47, -1 }; | 430 | static const int probe_em2820[] = { 0x30, 0x47, -1 }; |
431 | const int *probe = NULL; | 431 | const int *probe = NULL; |
432 | struct i2c_client c; char buf; int i,rc; | 432 | struct i2c_client c; unsigned char buf; int i,rc; |
433 | 433 | ||
434 | switch (adap->id) { | 434 | switch (adap->id) { |
435 | case I2C_HW_B_BT848: | 435 | case I2C_HW_B_BT848: |