Comment 14 for bug 204960

Revision history for this message
Ari (ari-reads) wrote :

With the .fdi file removed, inputlirc no longer works, here's the output:

Starting inputlirc
Failed to grab /dev/input/event6: Device or resource busy
Unable to open any event device!

ariel@nahuatl:~$ irw
connect: Connection refused
ariel@nahuatl:~$

Also, I've changed my .fdi rule for a more generic one that should work with other brands of SAA7134-based cards. This is the xml content:

<?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>
</device>
</deviceinfo>

...which is working fine as well.

cheers