Commit Graph

148 Commits

Author SHA1 Message Date
Thomas Schmitt 8265834404 Silenced a compiler warning. Worked further on /dev/srM test. Not done yet. 2006-12-11 11:58:52 +00:00
Thomas Schmitt 77f44ce5a2 Prepared experiments for new Linux SCSI adventures 2006-12-11 10:01:18 +00:00
Thomas Schmitt e29f13980b Avoided unsuitable media complaint on burn_drive_grab() with load==0 2006-12-02 20:13:31 +00:00
Thomas Schmitt 91ff41856b Correction for drives which return empty tray as profile 0x00 rather than error 2006-12-02 13:06:05 +00:00
Thomas Schmitt 229328e869 New API function to obtain media type: burn_disc_get_profile() 2006-12-02 11:17:12 +00:00
Thomas Schmitt ad2c080145 Ticket 21: media type via 46h GET CONFIGURATION , Current Profile 2006-12-01 21:38:34 +00:00
Thomas Schmitt 9270f41c65 Prevented premature BURN_DRIVE_IDLE introduced with revision 443 2006-11-25 18:30:06 +00:00
Thomas Schmitt 3d5cb04093 Trying to keep signal handler from repeating messages 2006-11-25 17:06:17 +00:00
Thomas Schmitt 56ab215db0 Ticket 91: update media state model after content change 2006-11-25 15:26:35 +00:00
Thomas Schmitt 26fa325ee4 Coordinated scsi_notify_error() and scsi_error() 2006-11-22 12:25:16 +00:00
Thomas Schmitt 26412b4793 Removed a redundant d->start_unit() of revision 419 2006-11-20 09:07:47 +00:00
Thomas Schmitt 9ea689d7e4 Silenced compiler warnings 2006-11-20 09:06:30 +00:00
Thomas Schmitt 4daed7c4a9 Implemented libburn builtin fine granulated drive buffer min-fill recording 2006-11-19 11:47:34 +00:00
Thomas Schmitt ebb94ee212 Test wether SCSI 1Bh START UNIT would be helpful with ticket 90 2006-11-18 19:49:18 +00:00
Thomas Schmitt 373e401671 Polished porting hints 2006-11-16 14:21:27 +00:00
Thomas Schmitt 06d008d6c6 Polished porting hints and self-compliance to newly established specs 2006-11-16 13:40:21 +00:00
Thomas Schmitt ff284b3f51 Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
Thomas Schmitt 628e935fe5 Narrowed system specific part of enumerate_common() 2006-11-15 20:49:27 +00:00
Thomas Schmitt 13641fcbae Made portability clarifications 2006-11-15 17:10:12 +00:00
Thomas Schmitt 17d1d2e8a6 Enhanced optional SCSI command logging 2006-11-15 09:11:57 +00:00
Thomas Schmitt c1b3d3341e Prepared tests for eventual drive which might support SAO to appendable CD 2006-11-15 09:05:06 +00:00
Thomas Schmitt 725b6515ff Fixed a wrong name in API description 2006-11-14 16:38:01 +00:00
Thomas Schmitt 5a0b597e3f Reacted on error condition during write operation 2006-11-12 15:28:09 +00:00
Thomas Schmitt 1bfd7b5a5f Made speed 0 in burn_drive_set_speed() really maximum speed (i.e. FFFFh) 2006-11-12 08:56:46 +00:00
Thomas Schmitt 6c22b98235 New API function burn_disc_track_lba_nwa() 2006-11-11 12:22:53 +00:00
Thomas Schmitt c9478cc15e Experimentally enabled burning to BURN_DISC_APPENDABLE (tested with TAO only) 2006-11-09 19:29:39 +00:00
Thomas Schmitt 5057fe48ab Silenced SCSI error (debugging) messages about missing media 2006-11-09 11:36:38 +00:00
Thomas Schmitt dad50348db Made track write counter of SAO count rather too much than too few bytes 2006-11-08 17:28:56 +00:00
Thomas Schmitt e54be83b27 Cared for some SCSI error conditions which were ignored up to now 2006-11-06 19:58:24 +00:00
Thomas Schmitt 448aac8880 Made CD with unclosed track blankable (by -force) 2006-11-06 15:52:45 +00:00
Thomas Schmitt d7c34f05e4 New API burn_write_opts_set_multi(). (But libburn cannot burn next session yet) 2006-11-06 11:42:21 +00:00
Thomas Schmitt 25d5a2afe4 Enabled audio tracks with TAO 2006-11-04 09:27:50 +00:00
Thomas Schmitt 66515523c1 Enabled TAO for multiple -data tracks (-audio still ends after 0 bytes) 2006-11-03 20:22:54 +00:00
Thomas Schmitt 684cfd0cd2 Installed decent abort behavior with TAO 2006-11-03 15:10:24 +00:00
Thomas Schmitt c98dd9b0a7 Installed status communications about closing session ("Fixating") 2006-11-02 21:17:32 +00:00
Thomas Schmitt d337722920 dapted cdrskin pacifier to possibly unknown track size 2006-11-01 16:39:07 +00:00
Thomas Schmitt 5af92d13fe Made single track TAO work without fixed size (compile -experimental) 2006-10-31 18:48:18 +00:00
Thomas Schmitt 114307a679 Made single track TAO work (sector i/o still wants fixed size, though) 2006-10-31 11:55:51 +00:00
Thomas Schmitt 99ca953b1d Made MMC command CLOSE TRACK/SESSION available to struct burn_drive 2006-10-30 11:18:36 +00:00
Thomas Schmitt 04a0b7e8fc Closed some loopholes for byte swapping 2006-10-24 16:53:53 +00:00
Thomas Schmitt f95d7aa6aa Enabled byte swapping for audio track sources, added anti option -swab 2006-10-24 10:20:35 +00:00
Thomas Schmitt 0d26beb2ed Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
Thomas Schmitt c51a93fd9a Updated tangling of FreeBSD code with mmc.c :( 2006-10-23 12:41:29 +00:00
Thomas Schmitt 404067bfda Made available drive buffer fill during write 2006-10-23 11:31:37 +00:00
Thomas Schmitt a4d7710063 Made clarification in remark about atip speed conversion 2006-10-23 07:42:46 +00:00
Thomas Schmitt 8f232d1133 Implemented cdrskin -toc 2006-10-22 13:03:28 +00:00
Thomas Schmitt e5ed5f1856 Split enumerate_common() into logic-layer, command-layer, transport-layer 2006-10-21 18:51:35 +00:00
Thomas Schmitt 6971f3f96d Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() 2006-10-21 10:37:58 +00:00
Thomas Schmitt b6a04cb493 Implemented some ATIP functionality 2006-10-21 10:34:15 +00:00
Thomas Schmitt 4718ad99f9 Classified media with TOC read error as unsuitable (rather than as blank) 2006-10-20 15:16:29 +00:00