public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Morvan Le Meut <mlemeut@gmail.com>
To: semiRocket <semirocket@gmail.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support
Date: Wed, 09 Sep 2009 11:33:55 +0200	[thread overview]
Message-ID: <4AA77683.7010201@gmail.com> (raw)
In-Reply-To: <4AA77240.2040504@gmail.com>

Morvan Le Meut a écrit :
> semiRocket a écrit :
>> On Wed, 09 Sep 2009 10:31:46 +0200, Morvan Le Meut 
>> <mlemeut@gmail.com> wrote:
>>
>>> Morvan Le Meut a écrit :
>>>> i can use the remote now ( using devinput in lirc ) but a few 
>>>> quirks remains :
>>>> - dmesg gives a lot of "saa7134 IR (ADS Tech Instant TV: unknown 
>>>> key: key=0x7f raw=0x7f down=1"
>>>> - in irw most keys are misidentified ( Power as RECORD, Mute as 
>>>> Menu, Down as DVD and DVD is correctly identified )
>>>>
>>>> i guess using ir_codes_adstech_dvb_t_pci was not such a bright idea 
>>>> after all :p
>>>> ( i included a full dmesg output )
>>>>
>>>> For now, it is enough work on my part, i'll try to correct those 
>>>> keycodes later. It is amazing what you can do even when you don't 
>>>> understand most of it :D .
>>> Working on it, but i don't think everything is correct : some totaly 
>>> unrelated keys have the same keycode.
>>> For example Jump and  Volume+ or Search and Volume-.
>>>
>>> Beside, i keep getting "
>>> Sep  9 10:17:16 debian kernel: [ 2029.892014] saa7134 IR (ADS Tech 
>>> Instant TV: unknown key: key=0x7f raw=0x7f down=0
>>> Sep  9 10:17:16 debian kernel: [ 2029.944029] saa7134 IR (ADS Tech 
>>> Instant TV: unknown key: key=0x7f raw=0x7f down=1"
>>> for each recognized keypress
>>>
>>> I'll need a lot of help there : i don't know what to do.
>>>
>>
>> I think that correct gpio mask in saa7134-input.c would give unique 
>> keycodes for every keypress. It's most likely that you need to invent 
>> new gpio mask, but I'm not sure about this:
>>     
>> (http://linuxtv.org/wiki/index.php/Remote_controllers-V4L#How_to_add_remote_control_support_to_a_card_.28GPIO_remotes.29) 
>>
>>
>> I'm sorry that I can't help you any further, it's getting far beyond 
>> my knowledge.
>>
>> I'm leaving this to somebody else...
>>
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe 
>> linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> thanks, i'll try that.
>
> i just hope that once i'm finished with this, someone will write the 
> patch from that info. :)
>
>
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
wait, from that webpage, the gpio would be different for each key, 
independently from the mask, so my previous attempt with ir_debug=1 
means that the gpio itself is read incorrectly .. :(



  reply	other threads:[~2009-09-09  9:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07 16:59 ADS-Tech Instant TV PCI Morvan Le Meut
2009-09-08  8:25 ` (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support Morvan Le Meut
2009-09-08  9:51   ` Samuel Rakitnican
2009-09-08 10:04     ` Morvan Le Meut
2009-09-08 10:38       ` Morvan Le Meut
2009-09-08 16:18         ` Morvan Le Meut
2009-09-08 17:31           ` Samuel Rakitnican
2009-09-08 17:35           ` Morvan Le Meut
2009-09-08 17:46             ` Morvan Le Meut
2009-09-08 18:25               ` Morvan Le Meut
2009-09-09  8:31             ` Morvan Le Meut
2009-09-09  9:03               ` Morvan Le Meut
2009-09-09  9:04               ` semiRocket
2009-09-09  9:15                 ` Morvan Le Meut
2009-09-09  9:33                   ` Morvan Le Meut [this message]
2009-09-09 14:57                     ` Morvan Le Meut
     [not found]                       ` <op.uzzz96se6dn9rq@crni>
2009-09-09 17:09                         ` Morvan Le Meut
2009-09-09 21:00                           ` Morvan Le Meut
2009-09-10  8:38                             ` Morvan Le Meut
2009-09-10 15:22                               ` (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, no idea what to try Morvan Le Meut
2009-09-11  7:54                                 ` Morvan Le Meut
2009-09-12  8:14                                   ` (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, giving up Morvan Le Meut
2009-09-13  4:15                                     ` hermann pitton
2009-09-13 21:59                                       ` Morvan Le Meut
2009-09-13 22:41                                         ` hermann pitton
2009-09-14  7:33                                           ` Morvan Le Meut
2009-11-18  9:55                                   ` Morvan Le Meut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AA77683.7010201@gmail.com \
    --to=mlemeut@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=semirocket@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox