Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b1c83cc authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13498): pvrusb2: Bind I2C address 0x71 for Zilog IR devices

parent 1d70c7fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ MODULE_PARM_DESC(disable_autoload_ir_video,

/* Mapping of IR schemes to known I2C addresses - if any */
static const unsigned char ir_video_addresses[] = {
	[PVR2_IR_SCHEME_ZILOG] = 0x71,
	[PVR2_IR_SCHEME_29XXX] = 0x18,
	[PVR2_IR_SCHEME_24XXX] = 0x18,
};