1. 27 11月, 2012 3 次提交
  2. 22 11月, 2012 15 次提交
  3. 09 11月, 2012 1 次提交
    • A
      [media] dvb_usb_v2: switch interruptible mutex to normal · 41269386
      Antti Palosaari 提交于
      Fixes error: dvb_usb_v2: pid_filter() failed=-4
      
      error code -4 is EINTR, Interrupted system call
      
      That error blocks I/O in some cases as -EINTR error was returned
      by the mutex which was protecting USB control messages. We want
      configure hardware to sleep mode on every case after tuning is
      stopped. That kind of behavior blocks it, leaving hardware some
      unwanted state in worst case.
      
      That error was seen every time when af9015 was plugged to USB1.1
      which leads use of hardware PID filters. Stop tuning (tzap) with
      ctrl+c failed as driver tries to remove hardware PID filters.
      
      Tested with every hardware which uses routine in question.
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      41269386
  4. 08 11月, 2012 1 次提交
  5. 27 10月, 2012 1 次提交
  6. 26 10月, 2012 7 次提交
  7. 18 10月, 2012 1 次提交
  8. 13 10月, 2012 5 次提交
  9. 12 10月, 2012 6 次提交