All of lore.kernel.org
 help / color / mirror / Atom feed
From: Morvan Le Meut <mlemeut@gmail.com>
To: Samuel Rakitnican <samuel.rakitnican@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 19:09:58 +0200	[thread overview]
Message-ID: <4AA7E166.7030906@gmail.com> (raw)
In-Reply-To: <op.uzzz96se6dn9rq@crni>

Samuel Rakitnican a écrit :
>
> No, this is used for some autodetection routine for different version 
> of the same card. This has nothing to do with your case.
>
> The key is here, you need to find correct value.
>
>     case SAA7134_BOARD_ADS_INSTANT_TV:
>         ir_codes = AdsInstantTvPci_codes;
>         // This remote seems to return 0x7f after each button is pushed.
>         // No button may be repeated ; no release message. Only 1 msg 
> with
>         // raw data = button idx, followed by one message with raw 
> data = 0x7f
>         mask_keycode = 0xffffff;
>         mask_keyup   = 0xffffff;
>         mask_keydown = 0xffffff;
>         polling      = 50; // ms
>         break;
>
> Have you tried to follow the tutorial on the web?, By tutorial you 
> need to modify with something like this:
>
>     case SAA7134_BOARD_ADS_INSTANT_TV:
>         ir_codes = AdsInstantTvPci_codes;
>         mask_keycode = 0;
>         polling      = 50; // ms
>         break;
>
> And then try to find correct gpio masks.
>
i did try it ( well, i left the keyup and keydown part and i also tried 
it by setting it to 0 ) but the gpio still repeat ("saa7133[0]/ir: 
build_key gpio=0x1b mask=0x0 data=0" for Power and Record, each followed 
by gpio=7f ).
Which is why i believe i am missing part of that code ( got the dvb-t 
version too on another computer, and given the software used, there 
should be no duplicate keys ).
I guess i will have to wait for someone to solve the problem. I can at 
least use the remote in a "broken" way.



  parent reply	other threads:[~2009-09-09 17:09 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
2009-09-09 14:57                     ` Morvan Le Meut
     [not found]                       ` <op.uzzz96se6dn9rq@crni>
2009-09-09 17:09                         ` Morvan Le Meut [this message]
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=4AA7E166.7030906@gmail.com \
    --to=mlemeut@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=samuel.rakitnican@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 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.