Commit History

Author SHA1 Message Date
  Alex Perez a50f446273 Merge pull request #215 from saybur/audio-msf 2 years ago
  saybur faa0c6ca2d Use a local struct copy when finding the last CUE track. 2 years ago
  saybur 299656a157 Support for platform eject buttons. 2 years ago
  saybur 14aac8050a Set file_offset to start of actual track. 2 years ago
  saybur fcac5ae7c6 Intercept READ(6) to allow CHECK CONDITION when blocksize != 2048 2 years ago
  saybur 3a6abfee24 Reject basic READ commands if the 2048-byte spec requirement is not met. 2 years ago
  saybur 89331518dd Leaving reference to a vendor-specific rewind/fast-forward command. 2 years ago
  saybur 6ccdfd4549 Implement some vendor-specific behavior the Apple driver expects. 2 years ago
  saybur 4b66b35893 Implementation of CD-specific READ CAPACITY command. 2 years ago
  saybur 519dc231e6 Add explicit bounds checking for read CD commands. 2 years ago
  saybur dcee82f0cd Fix playback positioning within tracks. 2 years ago
  saybur f845eb6f12 Have A0, A1, A2 pointers match the track types they point to. 2 years ago
  saybur de5893fa86 Update simple full TOC reporting to adjustments made to regular version. 2 years ago
  saybur 4e30a0ad53 Report updated lead-out information for basic TOC command 2 years ago
  saybur 10f9302df5 Handle lead-out positioning given variable length data in the image. 2 years ago
  saybur fe21f38699 Full TOC needs to return addresses in hex rather than bcd. 2 years ago
  saybur 4e81c3e992 Remove TOC handler for PMA area (format 0011b) 2 years ago
  saybur 92a39b092c Q sub-channel Min/Sec/Frame changed to relative addressing. 2 years ago
  saybur 6d524ef910 Offset MSF addresses with 2s pre-gap. 2 years ago
  saybur 2b4dda189a Remove B0 and C0 headers from full TOC response. 2 years ago
  saybur 142548f5cf Change READ HEADER to return sector address instead of track start address. 2 years ago
  saybur b7a9146512 Fix off-by-one error in debug messages. 2 years ago
  saybur e34898b321 Adjustment to raw TOC ATIME field. 2 years ago
  saybur f1dc0e35e6 Consolidate MSF/LBA conversion logic. 2 years ago
  saybur 6d0c464420 Change READ TOC track parameter to be the start track for return data. 2 years ago
  saybur 977da94eec Fix my earlier error, this should have been advancing the pointer. 2 years ago
  saybur 385ec19b01 Add audio stop for SEEK commands. 2 years ago
  saybur e69d4eb4dd Unused variable warning for non-audio firmware. 2 years ago
  saybur 45748b4dff Implement STOP PLAY/SCAN 2 years ago
  saybur 766f65da8c Added mode page 0x0D and a vendor-specific way to stop playback. 2 years ago