On Mar 10, Jonas Häggqvist <[email protected]> wrote: > The infrared receiver attached to my TV tuner card no longer gets by-path|id > symlinks created. This used to be the case, as I have config files specifying > "/dev/input/by-path/pci-0000:00:0a.0-event-ir". It's been half a year since I > last tried to use it, so I can't say when this stopped working except that it > was some time after September 3rd 2009.
Are you *really* sure that you had a by-id link? How did it look like?
To get back the by-path link try this in 60-persistent-input.rules:
-SUBSYSTEMS=="usb|platform", IMPORT{program}="path_id %p"
+SUBSYSTEMS=="pci|usb|platform", IMPORT{program}="path_id %p"
and trigger again an event.
--
ciao,
Marco
signature.asc
Description: Digital signature

