1. 01 11月, 2011 1 次提交
  2. 29 12月, 2010 4 次提交
  3. 19 5月, 2010 2 次提交
    • M
      V4L/DVB: Break Remote Controller keymaps into modules · 6686fa69
      Mauro Carvalho Chehab 提交于
      The original Remote Controller approach were very messy: a big file,
      that were part of ir-common kernel module, containing 64 different
      RC keymap tables, used by the V4L/DVB drivers.
      
      Better to break each RC keymap table into a separate module,
      registering them into rc core on a process similar to the fs/nls tables.
      
      As an userspace program is now in charge of loading those tables,
      adds an option to allow the complete removal of those tables from
      kernelspace.
      
      Yet, on embedded devices like Set Top Boxes and TV sets, maybe the
      only available input device is the IR. So, we should keep allowing
      the usage of in-kernel tables, but a latter patch should change
      the default to 'n', after giving some time for distros to add
      the v4l-utils with the ir-keytable program, to allow the table
      load via userspace.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      6686fa69
    • M
      V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file · 77b7422d
      Mauro Carvalho Chehab 提交于
      Instead of having one big file with lots of keytables, create one include
      file for each IR keymap.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      77b7422d