public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Hauppauge HVR-1250 IR Support? (CX23885)
@ 2009-06-21 23:57 whelky-82852
  2009-06-22 14:29 ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: whelky-82852 @ 2009-06-21 23:57 UTC (permalink / raw)
  To: linux-media

I was wondering if anyone is working on IR support for this card? I looked through cx23885-cards.c and its not supported.

627         switch (dev->board) {
628         case CX23885_BOARD_HAUPPAUGE_HVR1250:
629         case CX23885_BOARD_HAUPPAUGE_HVR1500:
630         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
631         case CX23885_BOARD_HAUPPAUGE_HVR1800:
632         case CX23885_BOARD_HAUPPAUGE_HVR1200:
633         case CX23885_BOARD_HAUPPAUGE_HVR1400:
634                 /* FIXME: Implement me */
635                 break;

Thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge HVR-1250 IR Support? (CX23885)
  2009-06-21 23:57 Hauppauge HVR-1250 IR Support? (CX23885) whelky-82852
@ 2009-06-22 14:29 ` Steven Toth
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Toth @ 2009-06-22 14:29 UTC (permalink / raw)
  To: whelky-82852; +Cc: linux-media

whelky-82852@mypacks.net wrote:
> I was wondering if anyone is working on IR support for this card? I looked through cx23885-cards.c and its not supported.
> 
> 627         switch (dev->board) {
> 628         case CX23885_BOARD_HAUPPAUGE_HVR1250:
> 629         case CX23885_BOARD_HAUPPAUGE_HVR1500:
> 630         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
> 631         case CX23885_BOARD_HAUPPAUGE_HVR1800:
> 632         case CX23885_BOARD_HAUPPAUGE_HVR1200:
> 633         case CX23885_BOARD_HAUPPAUGE_HVR1400:
> 634                 /* FIXME: Implement me */
> 635                 break;

Not currently.

-- 
Steven Toth - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge HVR-1250 IR Support? (CX23885)
@ 2009-06-22 17:33 whelky-82852
  2009-06-22 18:15 ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: whelky-82852 @ 2009-06-22 17:33 UTC (permalink / raw)
  To: Steven Toth, whelky-82852; +Cc: linux-media



-----Original Message-----
>From: Steven Toth <stoth@kernellabs.com>
>Sent: Jun 22, 2009 7:29 AM
>To: whelky-82852@mypacks.net
>Cc: linux-media@vger.kernel.org
>Subject: Re: Hauppauge HVR-1250 IR Support? (CX23885)
>
>whelky-82852@mypacks.net wrote:
>> I was wondering if anyone is working on IR support for this card? I looked through cx23885-cards.c and its not supported.
>> 
>> 627         switch (dev->board) {
>> 628         case CX23885_BOARD_HAUPPAUGE_HVR1250:
>> 629         case CX23885_BOARD_HAUPPAUGE_HVR1500:
>> 630         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
>> 631         case CX23885_BOARD_HAUPPAUGE_HVR1800:
>> 632         case CX23885_BOARD_HAUPPAUGE_HVR1200:
>> 633         case CX23885_BOARD_HAUPPAUGE_HVR1400:
>> 634                 /* FIXME: Implement me */
>> 635                 break;
>
>Not currently.
>
>-- 
>Steven Toth - Kernel Labs
>http://www.kernellabs.com

Thanks for reply.

Are there some roadblocks that make this card different from others that are supported? Is is possible to take a working driver and tweak/hack it, or is it way more complex that that?

Thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge HVR-1250 IR Support? (CX23885)
  2009-06-22 17:33 whelky-82852
@ 2009-06-22 18:15 ` Steven Toth
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Toth @ 2009-06-22 18:15 UTC (permalink / raw)
  To: whelky-82852; +Cc: linux-media

whelky-82852@mypacks.net wrote:
> 
> -----Original Message-----
>> From: Steven Toth <stoth@kernellabs.com>
>> Sent: Jun 22, 2009 7:29 AM
>> To: whelky-82852@mypacks.net
>> Cc: linux-media@vger.kernel.org
>> Subject: Re: Hauppauge HVR-1250 IR Support? (CX23885)
>>
>> whelky-82852@mypacks.net wrote:
>>> I was wondering if anyone is working on IR support for this card? I looked through cx23885-cards.c and its not supported.
>>>
>>> 627         switch (dev->board) {
>>> 628         case CX23885_BOARD_HAUPPAUGE_HVR1250:
>>> 629         case CX23885_BOARD_HAUPPAUGE_HVR1500:
>>> 630         case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
>>> 631         case CX23885_BOARD_HAUPPAUGE_HVR1800:
>>> 632         case CX23885_BOARD_HAUPPAUGE_HVR1200:
>>> 633         case CX23885_BOARD_HAUPPAUGE_HVR1400:
>>> 634                 /* FIXME: Implement me */
>>> 635                 break;
>> Not currently.
>>
>> -- 
>> Steven Toth - Kernel Labs
>> http://www.kernellabs.com
> 
> Thanks for reply.
> 
> Are there some roadblocks that make this card different from others that are supported? Is is possible to take a working driver and tweak/hack it, or is it way more complex that that?

Time / motivation are the roadblock. It's a different IR design to all existing 
drivers so it needs a decent chunk of effort to bring it into life.

-- 
Steven Toth - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-22 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 23:57 Hauppauge HVR-1250 IR Support? (CX23885) whelky-82852
2009-06-22 14:29 ` Steven Toth
  -- strict thread matches above, loose matches on Subject: below --
2009-06-22 17:33 whelky-82852
2009-06-22 18:15 ` Steven Toth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox