summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2004-08-22 23:30:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 23:30:42 -0700
commitc3adda8107af12219941bc5de635ab121c72afd0 (patch)
tree173e9698d383003f251ce5b642edd617116b9765 /include/linux
parente869cf7271896d973b44c28e15859fad51d7ea0c (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.h3
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