You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
340622c5a9
commit
e43f14af14
@@ -429,7 +429,7 @@ static int ir_probe(struct i2c_adapter *adap)
|
||||
static const int probe_saa7134[] = { 0x7a, -1 };
|
||||
static const int probe_em2820[] = { 0x30, 0x47, -1 };
|
||||
const int *probe = NULL;
|
||||
struct i2c_client c; char buf; int i,rc;
|
||||
struct i2c_client c; unsigned char buf; int i,rc;
|
||||
|
||||
switch (adap->id) {
|
||||
case I2C_HW_B_BT848:
|
||||
|
||||
Reference in New Issue
Block a user