diff options
| author | Jens Axboe <axboe@suse.de> | 2004-08-22 23:30:42 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-22 23:30:42 -0700 |
| commit | c3adda8107af12219941bc5de635ab121c72afd0 (patch) | |
| tree | 173e9698d383003f251ce5b642edd617116b9765 /include/linux | |
| parent | e869cf7271896d973b44c28e15859fad51d7ea0c (diff) | |
[PATCH] update SG_IO command table
Here's a better table of acceptable commands, I've added some more
commands. Should be pretty complete from the cd/dvd side now.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cdrom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h index 0e46b2d0de0b..bcc9410761d9 100644 --- a/include/linux/cdrom.h +++ b/include/linux/cdrom.h @@ -466,9 +466,10 @@ struct cdrom_generic_command #define GPCMD_REPORT_KEY 0xa4 #define GPCMD_REQUEST_SENSE 0x03 #define GPCMD_RESERVE_RZONE_TRACK 0x53 +#define GPCMD_SEND_CUE_SHEET 0x5d #define GPCMD_SCAN 0xba #define GPCMD_SEEK 0x2b -#define GPCMD_SEND_DVD_STRUCTURE 0xad +#define GPCMD_SEND_DVD_STRUCTURE 0xbf #define GPCMD_SEND_EVENT 0xa2 #define GPCMD_SEND_KEY 0xa3 #define GPCMD_SEND_OPC 0x54 |
