<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">
  <device>
     <match key="info.product" contains_ncase="saa7134 ir">
        <merge key="info.ignore" type="bool">true</merge>
     </match>

     <match key="info.product" contains_ncase="cx88 IR">
        <merge key="info.ignore" type="bool">true</merge>
     </match>
  </device>
</deviceinfo>


OR (Depending on your distrobution)

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
     <match key="info.product" contains_ncase="cx88 IR">
        <merge key="info.ignore" type="bool">true</merge>
     </match>
  </device>
</deviceinfo>


In my specific case.. Had the second version... This did not solve my
problem because Interpid (8.10) also loaded the "saa7134 ir" driver which
means that my lircd couldn't get exclusive access. The First version solved
this problem.

Good Luck.  Let us know if you get it working ok :)

Panayiotis Savva

On Fri, Oct 24, 2008 at 8:46 PM, kaleda <[EMAIL PROTECTED]> wrote:

> Winfast DTV2000H is not working also.
>
> lshal has such line:
>  input.product = 'cx88 IR (WinFast DTV2000 H ver.'  (string)
>
> --
> lirc based applications can not get exclusive access to /dev/input
> interface
> https://bugs.launchpad.net/bugs/164627
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
lirc based applications can not get exclusive access to /dev/input interface
https://bugs.launchpad.net/bugs/164627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to