[Libburn] Does spc_sense_caps works?
Derek Foreman
manmower@signalmarketing.com
Wed, 10 Dec 2003 17:34:58 -0600 (CST)
On Wed, 10 Dec 2003, Tiago Cogumbreiro wrote:
> Shouldn't spc_sense_caps use GET_CONFIGURATION (0x46) instead of the one
> it's actually using? When i probe a device i don't get any values so i
> assume it's broken.
It uses the mode sense command to read the "CD/DVD Capabilities and
Mechanical Status" page.
It works fine on my 4 drives.
burn_drive_scan uses it to fill out the drive info it returns. Are you
sure it's broken for you? Maybe try printing some more members of the
burn_drive_info struct in test/devices.c
If it was really broken, I'd expect the assertion in
spc_sense_write_params to trip, and you wouldn't be able to burn any
CDs...