1. 15 Aug, 2012 20 commits
  2. 14 Aug, 2012 19 commits
  3. 13 Aug, 2012 1 commit
    • David Härdeman's avatar
      [media] rc-core: move timeout and checks to lirc · f8e00d5f
      David Härdeman authored
      The lirc TX functionality expects the process which writes (TX) data to
      the lirc dev to sleep until the actual data has been transmitted by the
      hardware.
      
      Since the same timeout calculation is duplicated in more than one driver
      (and would have to be duplicated in even more drivers as they gain TX
      support), it makes sense to move this timeout calculation to the lirc
      layer instead.
      
      At the same time, centralize some of the sanity checks.
      Signed-off-by: default avatarDavid Härdeman <david@hardeman.nu>
      Cc: Jarod Wilson <jwilson@redhat.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      f8e00d5f