* [linux-dvb] Hauppauge HVR-1250 IR support @ 2008-08-08 23:54 Jonathan Brandmeyer 2008-08-09 1:25 ` Steven Toth 0 siblings, 1 reply; 6+ messages in thread From: Jonathan Brandmeyer @ 2008-08-08 23:54 UTC (permalink / raw) To: linux-dvb A few months ago, Steven Toth mentioned that it would "be a while" before he could get around to getting the IR to work on the HVR-1250. Has he made progress on that front? I've done some kernel programming in the past and would be willing to work on it if someone would be kind enough to point me in the right direction. Thanks, -Jonathan Brandmeyer _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1250 IR support 2008-08-08 23:54 [linux-dvb] Hauppauge HVR-1250 IR support Jonathan Brandmeyer @ 2008-08-09 1:25 ` Steven Toth 2008-08-09 2:00 ` Jonathan Brandmeyer 0 siblings, 1 reply; 6+ messages in thread From: Steven Toth @ 2008-08-09 1:25 UTC (permalink / raw) To: Jonathan Brandmeyer; +Cc: linux-dvb Jonathan Brandmeyer wrote: > A few months ago, Steven Toth mentioned that it would "be a while" > before he could get around to getting the IR to work on the HVR-1250. > Has he made progress on that front? I've done some kernel programming > in the past and would be willing to work on it if someone would be kind > enough to point me in the right direction. I have not worked on IR, it's not a priority for me. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1250 IR support 2008-08-09 1:25 ` Steven Toth @ 2008-08-09 2:00 ` Jonathan Brandmeyer 2008-08-09 2:14 ` hermann pitton 0 siblings, 1 reply; 6+ messages in thread From: Jonathan Brandmeyer @ 2008-08-09 2:00 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb On Fri, 2008-08-08 at 21:25 -0400, Steven Toth wrote: > Jonathan Brandmeyer wrote: > > A few months ago, Steven Toth mentioned that it would "be a while" > > before he could get around to getting the IR to work on the HVR-1250. > > Has he made progress on that front? I've done some kernel programming > > in the past and would be willing to work on it if someone would be kind > > enough to point me in the right direction. > > I have not worked on IR, it's not a priority for me. What would it take to get it working? Is there proper documentation for it? -Jonathan _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1250 IR support 2008-08-09 2:00 ` Jonathan Brandmeyer @ 2008-08-09 2:14 ` hermann pitton 2008-08-09 2:55 ` Jonathan Brandmeyer 0 siblings, 1 reply; 6+ messages in thread From: hermann pitton @ 2008-08-09 2:14 UTC (permalink / raw) To: Jonathan Brandmeyer; +Cc: linux-dvb Am Freitag, den 08.08.2008, 22:00 -0400 schrieb Jonathan Brandmeyer: > On Fri, 2008-08-08 at 21:25 -0400, Steven Toth wrote: > > Jonathan Brandmeyer wrote: > > > A few months ago, Steven Toth mentioned that it would "be a while" > > > before he could get around to getting the IR to work on the HVR-1250. > > > Has he made progress on that front? I've done some kernel programming > > > in the past and would be willing to work on it if someone would be kind > > > enough to point me in the right direction. > > > > I have not worked on IR, it's not a priority for me. > > What would it take to get it working? Is there proper documentation for > it? > > -Jonathan > Don't get it wrong, but don't you realize, that you are somehow off ...? You always ask, tell me how it works and then I make it work ... If it would be such simple, you won't have to ask at all. Please stop or report at least what you tried already. Cheers, Hermann _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1250 IR support 2008-08-09 2:14 ` hermann pitton @ 2008-08-09 2:55 ` Jonathan Brandmeyer 2008-08-09 3:20 ` hermann pitton 0 siblings, 1 reply; 6+ messages in thread From: Jonathan Brandmeyer @ 2008-08-09 2:55 UTC (permalink / raw) To: hermann pitton; +Cc: linux-dvb On Sat, 2008-08-09 at 04:14 +0200, hermann pitton wrote: > Am Freitag, den 08.08.2008, 22:00 -0400 schrieb Jonathan Brandmeyer: > > On Fri, 2008-08-08 at 21:25 -0400, Steven Toth wrote: > > > Jonathan Brandmeyer wrote: > > > > A few months ago, Steven Toth mentioned that it would "be a while" > > > > before he could get around to getting the IR to work on the HVR-1250. > > > > Has he made progress on that front? I've done some kernel programming > > > > in the past and would be willing to work on it if someone would be kind > > > > enough to point me in the right direction. > > > > > > I have not worked on IR, it's not a priority for me. > > > > What would it take to get it working? Is there proper documentation for > > it? > > > > -Jonathan > > > > Don't get it wrong, > > but don't you realize, that you are somehow off ...? > > You always ask, tell me how it works and then I make it work ... > > If it would be such simple, you won't have to ask at all. > > Please stop or report at least what you tried already. I read the source for cx23885_ir_init(). The line /* FIXME: Implement me */ was a useful hint. Beyond that, I've searched on the conexant website and various permutations of googling for cx23885, datasheet, specification, documentation, etc. -Jonathan _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1250 IR support 2008-08-09 2:55 ` Jonathan Brandmeyer @ 2008-08-09 3:20 ` hermann pitton 0 siblings, 0 replies; 6+ messages in thread From: hermann pitton @ 2008-08-09 3:20 UTC (permalink / raw) To: Jonathan Brandmeyer; +Cc: linux-dvb Am Freitag, den 08.08.2008, 22:55 -0400 schrieb Jonathan Brandmeyer: > On Sat, 2008-08-09 at 04:14 +0200, hermann pitton wrote: > > Am Freitag, den 08.08.2008, 22:00 -0400 schrieb Jonathan Brandmeyer: > > > On Fri, 2008-08-08 at 21:25 -0400, Steven Toth wrote: > > > > Jonathan Brandmeyer wrote: > > > > > A few months ago, Steven Toth mentioned that it would "be a while" > > > > > before he could get around to getting the IR to work on the HVR-1250. > > > > > Has he made progress on that front? I've done some kernel programming > > > > > in the past and would be willing to work on it if someone would be kind > > > > > enough to point me in the right direction. > > > > > > > > I have not worked on IR, it's not a priority for me. > > > > > > What would it take to get it working? Is there proper documentation for > > > it? > > > > > > -Jonathan > > > > > > > Don't get it wrong, > > > > but don't you realize, that you are somehow off ...? > > > > You always ask, tell me how it works and then I make it work ... > > > > If it would be such simple, you won't have to ask at all. > > > > Please stop or report at least what you tried already. > > I read the source for cx23885_ir_init(). The line /* FIXME: Implement > me */ was a useful hint. Beyond that, I've searched on the conexant > website and various permutations of googling for cx23885, datasheet, > specification, documentation, etc. > > -Jonathan > OK. Should be _really_ enough for a first try. All other further (un)known limitations are not on your bill then. Thanks, Hermann _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-08-09 3:20 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-08-08 23:54 [linux-dvb] Hauppauge HVR-1250 IR support Jonathan Brandmeyer 2008-08-09 1:25 ` Steven Toth 2008-08-09 2:00 ` Jonathan Brandmeyer 2008-08-09 2:14 ` hermann pitton 2008-08-09 2:55 ` Jonathan Brandmeyer 2008-08-09 3:20 ` hermann pitton
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.