#
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 |
| 01-Oct-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 |
| 01-Oct-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 :-)
|
#
81291304 |
| 26-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge remote-tracking branch 'haiku/master' into package-management
Conflicts: build/jam/BuildSetup build/jam/HaikuImage build/jam/board/sam460ex/BoardSetup build/jam/board/verdex/BoardSetup da
Merge remote-tracking branch 'haiku/master' into package-management
Conflicts: build/jam/BuildSetup build/jam/HaikuImage build/jam/board/sam460ex/BoardSetup build/jam/board/verdex/BoardSetup data/catalogs/apps/icon-o-matic/fr.catkeys src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp src/apps/debugger/files/FileManager.cpp src/apps/debugger/files/FileManager.h src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp src/apps/haiku-depot/MainWindow.cpp src/apps/haiku-depot/MainWindow.h src/apps/haiku-depot/Model.cpp src/apps/haiku-depot/PackageInfo.h src/apps/haiku-depot/PackageInfoListener.h src/apps/haiku-depot/PackageInfoView.cpp src/apps/haiku-depot/PackageInfoView.h src/apps/haiku-depot/PackageListView.cpp src/apps/haiku-depot/PackageListView.h src/system/kernel/arch/arm/arch_timer.cpp src/system/libroot/os/arch/arm/atomic.S src/tools/translation/bitsinfo/Jamfile src/tools/translation/bmpinfo/Jamfile src/tools/translation/tgainfo/Jamfile
show more ...
|
#
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
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.
show more ...
|