GNOME Bugzilla – Bug 618901
receivers.conf generation bugs
Last modified: 2010-05-20 18:45:09 UTC
- lirc_mceusb2 doesn't exist any more - add "compatible-remotes = " for devices we know - lirc_atiusb is dead, we use the "atilibusb" lirc driver instead - some remote definitions (their IDs) are duplicated, see: "X10 Wireless Technology: Wireless Transceiver (ACPI-compliant)" which breaks detection
For atilibusb and other devices for which we have user-space drivers, we need to extract the devices from the "static usb_device_id" tables in each of those. Those are the ones: gnome_lirc_properties/ui/RemoteControlProperties.py: no_device_node = ('atilibusb', 'awlibusb', 'caraca', 'commandir', 'dfclibusb') We should probably move this to a shared file.
(In reply to comment #0) > - lirc_mceusb2 doesn't exist any more Fixed. > - add "compatible-remotes = " for devices we know Not done yet > - lirc_atiusb is dead, we use the "atilibusb" lirc driver instead Added a hack to ignore the lirc_atiusb driver > - some remote definitions (their IDs) are duplicated, see: > "X10 Wireless Technology: Wireless Transceiver (ACPI-compliant)" > which breaks detection Fixed (In reply to comment #1) > For atilibusb and other devices for which we have user-space drivers, we need > to extract the devices from the "static usb_device_id" tables in each of those. Fixed