1. 06 1月, 2012 4 次提交
  2. 25 11月, 2011 1 次提交
  3. 04 11月, 2011 1 次提交
  4. 21 9月, 2011 3 次提交
  5. 11 9月, 2011 1 次提交
  6. 07 9月, 2011 2 次提交
  7. 28 7月, 2011 17 次提交
  8. 22 6月, 2011 1 次提交
    • H
      [media] pwc: better usb disconnect handling · 9a7b2d1f
      Hans de Goede 提交于
      Unplugging a pwc cam while an app has the /dev/video# node open leads
      to an oops in pwc_video_close when the app closes the node, because
      the disconnect handler has free-ed the pdev struct pwc_video_close
      tries to use. Instead of adding some sort of bandaid for this.
      fix it properly using the v4l2 core's new(ish) behavior of keeping the
      v4l2_dev structure around until both unregister has been called, and
      all file handles referring  to it have been closed:
      
      Embed the v4l2_dev structure in the pdev structure and define a v4l2 dev
      release callback releasing the pdev structure (and thus also the embedded
      v4l2 dev structure.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Cc: stable@kernel.org
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      9a7b2d1f
  9. 21 5月, 2011 1 次提交
  10. 20 5月, 2011 1 次提交
  11. 23 3月, 2011 1 次提交
  12. 22 3月, 2011 2 次提交
  13. 29 12月, 2010 5 次提交