and it would seem its possible via IOCTL, so with a few changes to the source an adjust spindown menu could be added
Code:
CDROMGETSPINDOWN
usage:
char spindown;
ioctl(fd, CDROMGETSPINDOWN, &spindown);
inputs: none
outputs:
The value of the current 4-bit spindown value.
CDROMSETSPINDOWN
usage:
char spindown
ioctl(fd, CDROMSETSPINDOWN, &spindown);
inputs:
4-bit value used to control spindown (TODO: more detail here)
outputs: none
SourceForge.net: CD-ROM Tool: Downloading ... (for 9x and NT with ASPI)
SourceForge.net: CD-ROM Tool: Downloading ... (NT5+ only)
Last edited by Squall-Leonhart; January 8th, 2009 at 16:27..
Reason: Automerged Doublepost