1. 03 8月, 2010 1 次提交
  2. 19 5月, 2010 1 次提交
    • H
      V4L/DVB: hdpvr: fix disconnect sequence · f2b305cd
      Hans Verkuil 提交于
      Disconnecting the HDPVR caused a kernel oops if lockdep was enabled.
      In addition, if an app still had video0 open and attempted to call ioctl
      when the device was already disconnected the system would crash.
      
      Move the freeing and cleanup code to the release function: that is the
      right place for it since you know when you get there that nobody is
      using the device.
      
      Also removed usb_set_intfdata: v4l2_device_register sets this already
      to v4l2_dev.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f2b305cd
  3. 27 2月, 2010 2 次提交
  4. 16 12月, 2009 2 次提交
  5. 12 9月, 2009 1 次提交
  6. 30 3月, 2009 7 次提交