History log of /haiku/headers/private/drivers/scsi_sense.h
Revision Date Author Comments
# 6180dde4 19-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

Revert "usb_disk: retry when usb disk not ready"

This reverts commit d46d383800c424cd7dc656a4ad9411c198e79393.

Regression: CD/DVD-ROM media changes are not recognized anymore.


# d46d3838 30-Sep-2013 Julian Harnath <github@orangejua.de>

usb_disk: retry when usb disk not ready

* Resolves #10043
* Fixes a non-booting issue due to hrev46099


# df0a1762 30-Sep-2013 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_disk: fix line endings; no functional change

* Occurred in hrev46099
* Line endings dos2unix
* Remove extra lines at end of file
* Jerome! Get a better text editor :-)


# 3ffd22ce 20-Sep-2013 Jerome Duval <jerome.duval@gmail.com>

usb_disk: base the error sense handling on a reference table.

* imported asc-num.txt as a reference, was used to generate the asc sense table.
* use the sense asc and key tables to know which action and status codes are
to be applied.
* tested with an hard disk and a dvd reader.
* these tables could be reused by the scsi_periph module.


# 6180dde4986edcb33ac0e95b3a0963fe18ff939a 19-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

Revert "usb_disk: retry when usb disk not ready"

This reverts commit d46d383800c424cd7dc656a4ad9411c198e79393.

Regression: CD/DVD-ROM media changes are not recognized anymore.


# d46d383800c424cd7dc656a4ad9411c198e79393 30-Sep-2013 Julian Harnath <github@orangejua.de>

usb_disk: retry when usb disk not ready

* Resolves #10043
* Fixes a non-booting issue due to hrev46099


# df0a1762ab237bb8edce8ecbee5cc8438e53c449 30-Sep-2013 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_disk: fix line endings; no functional change

* Occurred in hrev46099
* Line endings dos2unix
* Remove extra lines at end of file
* Jerome! Get a better text editor :-)


# 3ffd22ce6d0671c4d51507f8b57a78143d9b2ab0 20-Sep-2013 Jerome Duval <jerome.duval@gmail.com>

usb_disk: base the error sense handling on a reference table.

* imported asc-num.txt as a reference, was used to generate the asc sense table.
* use the sense asc and key tables to know which action and status codes are
to be applied.
* tested with an hard disk and a dvd reader.
* these tables could be reused by the scsi_periph module.