[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#617488: marked as done ([linux-2.6] No input device for IR remote on Pinnacle PCTV 110i (saa7133) video board)



Your message dated Sat, 01 May 2021 05:20:20 -0700 (PDT)
with message-id <608d4784.1c69fb81.538b0.c017@mx.google.com>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #617488,
regarding [linux-2.6] No input device for IR remote on Pinnacle PCTV 110i (saa7133) video board
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
617488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617488
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.37-2
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
Hello.

Pinnacle PCTV 110i TV-tuner board has IR remote control, which was recognized
by kernel as input device before this (http://goo.gl/U3Fal) upstream patch. 
Since then, ir-kbd-i2c module fails to probe it with the following debug 
message:

ir-kbd-i2c: : Unsupported device at address 0x47

which is probably due to some uninitialized structure member. I tried to look 
for fix in the upstream, but cannot find any yet (they did a lot of code 
rearranging). Well, don't know how useful is this patch for upstream, but it 
fixes the problem anyway:

diff -uNr a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
--- a/drivers/media/video/saa7134/saa7134-input.c	2011-01-05 05:50:19.000000000 +0500
+++ b/drivers/media/video/saa7134/saa7134-input.c	2011-03-09 14:17:05.000000000 +0500
@@ -936,6 +936,7 @@
 	memset(&info, 0, sizeof(struct i2c_board_info));
 	memset(&dev->init_data, 0, sizeof(dev->init_data));
 	strlcpy(info.type, "ir_video", I2C_NAME_SIZE);
+	dev->init_data.type = IR_TYPE_OTHER;
 
 	switch (dev->board) {
 	case SAA7134_BOARD_PINNACLE_PCTV_110i:

--- End Message ---
--- Begin Message ---
Hi

This bug was filed for a very old kernel or the bug is old itself
without resolution.

If you can reproduce it with

- the current version in unstable/testing
- the latest kernel from backports

please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.

Regards,
Salvatore

--- End Message ---

Reply to: