Lines Matching +full:keyboard +full:- +full:controller
1 .. SPDX-License-Identifier: GPL-2.0
3 Remote Controller devices
4 -------------------------
6 Remote Controller core
9 The remote controller core implements infrastructure to receive and send
10 remote controller keyboard keystrokes and mouse events.
12 Every time a key is pressed on a remote controller, a scan code is produced.
15 a normal keyboard or mouse is handled internally on Linux\ [#f1]_. So, the
16 remote controller core is implemented on the top of the linux input/evdev
21 The main difference is that, on keyboard events, the keyboard controller
23 infrared-based remote controllers, there's no key release event. Instead,
44 given remote controller), followed by 8 bits of code. A bit "1" is modulated
48 At receiver, a simple low-pass filter can be used to convert the received
83 Remote controller data structures and functions
86 .. kernel-doc:: include/media/rc-core.h
88 .. kernel-doc:: include/media/rc-map.h