1. 15 10月, 2011 10 次提交
  2. 24 9月, 2011 3 次提交
  3. 04 9月, 2011 1 次提交
  4. 06 8月, 2011 1 次提交
  5. 28 7月, 2011 7 次提交
  6. 12 7月, 2011 1 次提交
  7. 09 6月, 2011 1 次提交
    • G
      Staging: cx23885: fix include of altera.h · e2d4dc5a
      Greg Kroah-Hartman 提交于
      The cx23885 driver was including staging/altera.h, but that file has
      moved back into the driver directory.
      
      Why a non-staging driver was including a staging driver is beyond me,
      but this fixes the build so everything is happy for now.
      
      For the record, it's not ok for a non-staging driver to depend on a
      staging one, as that implies that the non-staging one should also be in
      the staging tree if that's needed.
      
      Cc: Igor M. Liplianin <liplianin@netup.ru>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e2d4dc5a
  8. 20 5月, 2011 2 次提交
  9. 17 4月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 23 3月, 2011 1 次提交
    • M
      [media] rc/keymaps: Rename Hauppauge table as rc-hauppauge · 15195d3a
      Mauro Carvalho Chehab 提交于
      There are two "hauppauge-new" keymaps, one with protocol
      unknown, and the other with the protocol marked accordingly.
      However, both tables are miss-named.
      
      Also, the old rc-hauppauge-new is broken, as it mixes
      three different controllers as if they were just one.
      
      This patch solves half of the problem by renaming the
      correct keycode table as just rc-hauppauge. This table
      contains the codes for the four different types of
      remote controllers found on Hauppauge cards, properly
      mapped with their different addresses.
      
       create mode 100644 drivers/media/rc/keymaps/rc-hauppauge.c
       delete mode 100644 drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c
      [Jarod: fix up RC_MAP_HAUPPAUGE defines]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      15195d3a
  12. 22 3月, 2011 11 次提交