1. 28 11月, 2012 4 次提交
  2. 26 11月, 2012 1 次提交
  3. 23 11月, 2012 2 次提交
  4. 22 11月, 2012 5 次提交
  5. 21 11月, 2012 5 次提交
  6. 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
  7. 08 11月, 2012 1 次提交
  8. 07 11月, 2012 1 次提交
    • M
      [media] siano: fix RC compilation · 2c4e11b7
      Mauro Carvalho Chehab 提交于
      As reported by Antti and by Stephen:
      drivers/built-in.o: In function `sms_ir_event':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined reference to `ir_raw_event_store'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:50: undefined reference to `ir_raw_event_handle'
      drivers/built-in.o: In function `sms_ir_init':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:56: undefined reference to `smscore_get_board_id'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:60: undefined reference to `rc_allocate_device'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:72: undefined reference to `sms_get_board'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:92: undefined reference to `sms_get_board'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:97: undefined reference to `rc_register_device'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:100: undefined reference to `rc_free_device'
      drivers/built-in.o: In function `sms_ir_exit':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:111: undefined reference to `rc_unregister_device'
      make: *** [vmlinux] Error 1
      
      Caused by commit fdd1eeb4 "[media] siano: allow compiling it without RC support"
      And it happens when CONFIG_SMS_SIANO_RC=y and CONFIG_RC_CORE=m .
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Reported-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      2c4e11b7
  9. 29 10月, 2012 3 次提交
  10. 28 10月, 2012 17 次提交