1. 08 8月, 2016 1 次提交
  2. 16 7月, 2016 2 次提交
  3. 15 7月, 2016 5 次提交
  4. 08 6月, 2016 1 次提交
    • S
      USB: mos7720: delete parport · dcb21ad4
      Sudip Mukherjee 提交于
      parport subsystem has introduced parport_del_port() to delete a port
      when it is going away. Without parport_del_port() the registered port
      will not be unregistered.
      To reproduce and verify the error:
      Command to be used is : ls /sys/bus/parport/devices
      1) without the device attached there is no output as there is no
      registered parport.
      2) Attach the device, and the command will show "parport0".
      3) Remove the device and the command still shows "parport0".
      4) Attach the device again and we get "parport1".
      
      With the patch applied:
      1) without the device attached there is no output as there is no
      registered parport.
      2) Attach the device, and the command will show "parport0".
      3) Remove the device and there is no output as "parport0" is now
      removed.
      4) Attach device again to get "parport0" again.
      
      Cc: <stable@vger.kernel.org> # 4.2+
      Signed-off-by: NSudip Mukherjee <sudip.mukherjee@codethink.co.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      dcb21ad4
  5. 11 5月, 2016 1 次提交
  6. 10 5月, 2016 8 次提交
  7. 05 5月, 2016 3 次提交
  8. 04 5月, 2016 2 次提交
  9. 03 5月, 2016 1 次提交
  10. 01 5月, 2016 2 次提交
  11. 25 4月, 2016 2 次提交
  12. 24 4月, 2016 2 次提交
  13. 07 4月, 2016 3 次提交
  14. 01 4月, 2016 3 次提交
  15. 02 3月, 2016 1 次提交
  16. 01 3月, 2016 3 次提交