TODO RC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* mceusb can do wakeups. Allow this to be configured |
* mceusb can do wakeups. Allow this to be configured |
||
* ir-keytable should display and allow you to configure wakeup protocol and scancode (protocol?) |
* ir-keytable should display and allow you to configure wakeup protocol and scancode (protocol?) |
||
== Larger work == |
|||
* Can sir_ir and/or serial_ir use serdev |
* Can sir_ir and/or serial_ir use serdev |
||
* Make the kernel mapping rc_proto:scancode -> keycode, not just scancode. This should reduce the number of possible conflicts. |
* Make the kernel mapping rc_proto:scancode -> keycode, not just scancode. This should reduce the number of possible conflicts. |
||
* MS MCE Keyboard keymap needs multiple protocols. Keymap needed to select it. https://www.mail-archive.com/linux-media@vger.kernel.org/msg115706.html |
|||
* ir-ctl should list available devices if run without any argument and allow to select device based on rc (based on /sys/class/rc/). |
* ir-ctl should list available devices if run without any argument and allow to select device based on rc (based on /sys/class/rc/). |
||
* bpf ir decoders need a way of specifying minimum timeout and repeat period |
|||
* driver for sasem remote controller |
|||
* test if pwm-ir-tx can replace ir-rx51.c driver on n900 hardware |
Latest revision as of 15:32, 21 September 2018
Minor bugs/improvement
- if driver depends on RC_CORE, change this to select RC_CORE, depends on INPUT? OR use a patch like https://patchwork.linuxtv.org/patch/40601/ and remove "depends on RC_CORE".
- mceusb can do wakeups. Allow this to be configured
- ir-keytable should display and allow you to configure wakeup protocol and scancode (protocol?)
- Can sir_ir and/or serial_ir use serdev
- Make the kernel mapping rc_proto:scancode -> keycode, not just scancode. This should reduce the number of possible conflicts.
- ir-ctl should list available devices if run without any argument and allow to select device based on rc (based on /sys/class/rc/).
- bpf ir decoders need a way of specifying minimum timeout and repeat period
- driver for sasem remote controller
- test if pwm-ir-tx can replace ir-rx51.c driver on n900 hardware