소스 검색

Fixed incorrect bit representation for drive trays and ejection.

saybur 2 년 전
부모
커밋
713616a46c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/BlueSCSI_mode.cpp

+ 1 - 1
src/BlueSCSI_mode.cpp

@@ -79,7 +79,7 @@ static const uint8_t CDROMCapabilitiesPage[] =
 0x00, // byte 4: no features supported
 #endif
 0x03, // byte 5: CD-DA ok with accurate streaming, no other features
-0x40, // byte 6: tray loader, ejection ok, but prevent/allow not supported
+0x28, // byte 6: tray loader, ejection ok, but prevent/allow not supported
 #ifdef ENABLE_AUDIO_OUTPUT
 0x03, // byte 7: separate channel mute and volumes
 #else