diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
commit | 2f36c1bd457c375a07b37e81aaef0c7d75278e0e (patch) | |
tree | aab4c1e258ef1af8e37d0bff3826cd7b004d5b4b /libk3bdevice/k3bscsicommand.h | |
parent | 6aa759b112c09eb02ccd54b616339c1362e3ad99 (diff) | |
download | k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.tar.gz k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'libk3bdevice/k3bscsicommand.h')
-rw-r--r-- | libk3bdevice/k3bscsicommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bscsicommand.h b/libk3bdevice/k3bscsicommand.h index 7a718d1..a8549a8 100644 --- a/libk3bdevice/k3bscsicommand.h +++ b/libk3bdevice/k3bscsicommand.h @@ -31,7 +31,7 @@ namespace K3bDevice const unsigned char MMC_GET_CONFIGURATION = 0x46; const unsigned char MMC_GET_EVENT_STATUS_NOTIFICATION = 0x4A; const unsigned char MMC_GET_PERFORMANCE = 0xAC; - const unsigned char MMC_INTQUIRY = 0x12; + const unsigned char MMC_INQUIRY = 0x12; const unsigned char MMC_LOAD_UNLOAD_MEDIUM = 0xA6; const unsigned char MMC_MECHANISM_STATUS = 0xBD; const unsigned char MMC_MODE_SELECT = 0x55; |