commit | cea1c41d6ba010559f9ccdcfc80ce185e7fab080 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Thu Oct 18 07:03:33 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Nov 22 13:28:24 2018 -0500 |
tree | 564c6eba8b69c60feab31d978a5212143a0ccd23 | |
parent | 02d32bdad3123d7376244256936a6b3b6ee434e8 [diff] |
media: rc: XBox DVD Remote uses 12 bits scancodes The xbox dvd remote sends 24 bits, the first 12 bits are repeated and inverted so only 12 bits are used. The upper 4 bits can be read at offset 3. Ensure we pass this to rc-core and update the keymap accordingly. Tested-by: Benjamin Valentin <benpicco@googlemail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>