1. 14 8月, 2012 2 次提交
  2. 03 8月, 2010 1 次提交
    • M
      V4L/DVB: sms: Convert IR support to use the Remote Controller core · 844a9e93
      Mauro Carvalho Chehab 提交于
      Rewrites the siano IR implementation. The previous implementation were
      non-standard. As such, it has issues if more than one device registers IR,
      as there used to have some static constants used during protocol decoding
      phase. Also, it used to implement its on RAW decoder, and only for RC5.
      
      The new code uses RC core subsystem for handling IR. This brings several
      new features to the driver, including:
      	- Allow to dynamically replace the IR keycodes;
      	- Supports all existing raw decoders (JVC, NEC, RC-5, RC-6, SONY);
      	- Supports lirc dev;
      	- Doesn't have race conditions when more than one sms IR is
      	  registered;
      	- The code size for the IR implementation is very small;
      	- it exports the IR features via /sys/class/rc.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      844a9e93
  3. 06 12月, 2009 1 次提交
  4. 17 6月, 2009 4 次提交
  5. 30 3月, 2009 3 次提交
  6. 30 12月, 2008 5 次提交
  7. 04 9月, 2008 1 次提交
  8. 20 7月, 2008 4 次提交