|
@@ -36,6 +36,7 @@ typedef struct scsi_cd {
|
|
struct scsi_device *device;
|
|
struct scsi_device *device;
|
|
unsigned int vendor; /* vendor code, see sr_vendor.c */
|
|
unsigned int vendor; /* vendor code, see sr_vendor.c */
|
|
unsigned long ms_offset; /* for reading multisession-CD's */
|
|
unsigned long ms_offset; /* for reading multisession-CD's */
|
|
|
|
+ unsigned writeable : 1;
|
|
unsigned use:1; /* is this device still supportable */
|
|
unsigned use:1; /* is this device still supportable */
|
|
unsigned xa_flag:1; /* CD has XA sectors ? */
|
|
unsigned xa_flag:1; /* CD has XA sectors ? */
|
|
unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
|
|
unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
|