15 Feb 2011 21:27
IR for remote control not working for Hauppauge WinTV-HVR-1150 (SAA7134)
Fernando Laudares Camargos <fernando.laudares.camargos <at> gmail.com>
2011-02-15 20:27:29 GMT
2011-02-15 20:27:29 GMT
Hello, I have a Hauppauge WinTV-HVR-1150 (model 67201) pci tv tuner working (video and audio) under Ubuntu 10.10 and kernel 2.6.35-25. But the IR sensor is not being detected and no input device is being created at /proc/bus/input. I have tried to follow the information from Jarod Wilson and Mauro Carvalho Chehab in https://bugzilla.redhat.com/show_bug.cgi?id=665870 (regarding Fedora 14) but couldn't resolve it myself. I'm not a kernel/driver specialist but from looking at the code I've noticed that *perphaps* the support for the HVR-1150 has not been finished yet. Here are two examples that leaded to this observation (IMHO): drivers/media/video/saa7134/saa7134-cards.c ------------------------------------------------------------------------------- (...) int saa7134_board_init1(struct saa7134_dev *dev) { (...) case SAA7134_BOARD_HAUPPAUGE_HVR1150: *NO INSTRUCTIONS FOR THIS CASE* case SAA7134_BOARD_HAUPPAUGE_HVR1120: /* GPIO 26 high for digital, low for analog */ saa7134_set_gpio(dev, 26, 0); msleep(1); saa7134_set_gpio(dev, 22, 0);(Continue reading)
RSS Feed