rc-intro.rst 890 B

123456789101112131415161718192021222324
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _Remote_controllers_Intro:
  3. ************
  4. Introduction
  5. ************
  6. Currently, most analog and digital devices have a Infrared input for
  7. remote controllers. Each manufacturer has their own type of control. It
  8. is not rare for the same manufacturer to ship different types of
  9. controls, depending on the device.
  10. A Remote Controller interface is mapped as a normal evdev/input
  11. interface, just like a keyboard or a mouse. So, it uses all ioctls
  12. already defined for any other input devices.
  13. However, remove controllers are more flexible than a normal input
  14. device, as the IR receiver (and/or transmitter) can be used in
  15. conjunction with a wide variety of different IR remotes.
  16. In order to allow flexibility, the Remote Controller subsystem allows
  17. controlling the RC-specific attributes via
  18. :ref:`the sysfs class nodes <remote_controllers_sysfs_nodes>`.