* [linux-dvb] cx88 Maintainers @ 2008-10-07 5:52 Pieter 2008-10-07 15:09 ` Steven Toth 0 siblings, 1 reply; 4+ messages in thread From: Pieter @ 2008-10-07 5:52 UTC (permalink / raw) To: linux-dvb Hi all, can anyone advise as to how to contact the current maintainers of the cx88 drivers? Thank you Regards Pieter _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] cx88 Maintainers 2008-10-07 5:52 [linux-dvb] cx88 Maintainers Pieter @ 2008-10-07 15:09 ` Steven Toth [not found] ` <faf98b150810071202y5b1ea456o2647fe6917de948d@mail.gmail.com> 0 siblings, 1 reply; 4+ messages in thread From: Steven Toth @ 2008-10-07 15:09 UTC (permalink / raw) To: Pieter; +Cc: linux-dvb Pieter wrote: > Hi all, > > can anyone advise as to how to contact the current maintainers of the > cx88 drivers? Check the documentation/maintainers file, or ask here, or check the linuxtv.org wiki! I consider myself one of the many maintainers, along with many other people. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <faf98b150810071202y5b1ea456o2647fe6917de948d@mail.gmail.com>]
* Re: [linux-dvb] cx88 Maintainers [not found] ` <faf98b150810071202y5b1ea456o2647fe6917de948d@mail.gmail.com> @ 2008-10-07 19:19 ` Steven Toth [not found] ` <1225825210.8599.5.camel@vanster-laptop> 0 siblings, 1 reply; 4+ messages in thread From: Steven Toth @ 2008-10-07 19:19 UTC (permalink / raw) To: Pieter Van Schaik; +Cc: linux-dvb Pieter Van Schaik wrote: > Hi Steve, > > first of all, I cannot begin to thank you enough for replying I am most > grateful! Secondly, I apologize if my question seemed idiotic, I have > still much to learn regarding the open source community. > > I am extremely glad to hear that you are one of the maintainers and I > hope you can provide me with some guidance regarding the following matter: > > I have a winfast tv2000 xp global card installed on a mythbuntu system. > I have everything working except for the remote control. I understand > that the remote control should be listed in the output of "cat > /proc/bus/input/devices" but I do not see it there. I have looked > through the source code of the cx88-input.c file and I noticed that > within the cx88-ir-init() function there is no case statement for this > particular card, could this be related to my problem? Any guidance would > be greatly appreciated. Please CC the mailing list when it's related to basic kernel issues. (I've re-added them). cx88-input.c contains all of the code to handle IR for the cx88 cards. If you don't see a case statement for your card then nobody has implemented IR. Look for similar winfast cards and see how they implement their IR, CX88_BOARD_WINFAST_DTV2000H: or case CX88_BOARD_WINFAST2000XP_EXPERT: case CX88_BOARD_WINFAST_DTV1000: Add your baord definition in one of these points and see of you can encourage some IR activity. Regards, Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1225825210.8599.5.camel@vanster-laptop>]
* [linux-dvb] Winfast TV2000 XP Global Remote Control [not found] ` <1225825210.8599.5.camel@vanster-laptop> @ 2008-11-04 19:24 ` Pieter 0 siblings, 0 replies; 4+ messages in thread From: Pieter @ 2008-11-04 19:24 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Hi Steve, I have tried to add case statements for the winfast tv2000 xp global card under both the other winfast devices but to no avail. In both cases I could not see the remote control listed under the input devices (also downloaded the input tools from the website and used 'lsinput'). Could you direct me to any other place within the source I could possible look or change to try and solve the problem? Thanks in advance. Regards Pieter van Schaik On Tue, 2008-10-07 at 15:19 -0400, Steven Toth wrote: > Pieter Van Schaik wrote: > > Hi Steve, > > > > first of all, I cannot begin to thank you enough for replying I am most > > grateful! Secondly, I apologize if my question seemed idiotic, I have > > still much to learn regarding the open source community. > > > > I am extremely glad to hear that you are one of the maintainers and I > > hope you can provide me with some guidance regarding the following matter: > > > > I have a winfast tv2000 xp global card installed on a mythbuntu system. > > I have everything working except for the remote control. I understand > > that the remote control should be listed in the output of "cat > > /proc/bus/input/devices" but I do not see it there. I have looked > > through the source code of the cx88-input.c file and I noticed that > > within the cx88-ir-init() function there is no case statement for this > > particular card, could this be related to my problem? Any guidance would > > be greatly appreciated. > > Please CC the mailing list when it's related to basic kernel issues. > (I've re-added them). > > cx88-input.c contains all of the code to handle IR for the cx88 cards. > If you don't see a case statement for your card then nobody has > implemented IR. Look for similar winfast cards and see how they > implement their IR, > > CX88_BOARD_WINFAST_DTV2000H: > > or > > case CX88_BOARD_WINFAST2000XP_EXPERT: > case CX88_BOARD_WINFAST_DTV1000: > > Add your baord definition in one of these points and see of you can > encourage some IR activity. > > Regards, > > Steve > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-04 19:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-07 5:52 [linux-dvb] cx88 Maintainers Pieter
2008-10-07 15:09 ` Steven Toth
[not found] ` <faf98b150810071202y5b1ea456o2647fe6917de948d@mail.gmail.com>
2008-10-07 19:19 ` Steven Toth
[not found] ` <1225825210.8599.5.camel@vanster-laptop>
2008-11-04 19:24 ` [linux-dvb] Winfast TV2000 XP Global Remote Control Pieter
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox