Hi,

My Haupauge WinTV Nova-T (USB) wasn't being properly recognized.  I
got these in dmesg when sending IR signals to it:

[  433.353038] dib0700: Unknown remote controller key: 1D  3  0  0

It seems the driver is trying to match the vendor field with 0x1E,
whereas 0x1D is not listed.

The following worked for me:

sed -i drivers/media/dvb/dvb-usb/dib0700_devices.c -e "s/{ 0x1e, /{ 0x1d, /g"
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to