Hi All,

I couldn't find the maintainer for the linux/include/scsi/scsi.h file,
so I'll just submit my patch here and hope for the best :)

This patch adds four SCSI command codes which are implemented by the HP
8200e USB CD-Writer Plus.

Patch with patch -p1 against kernel 2.4.0-test4.

Thanks,

--Rob
diff -Naurb v2.4.0-t4/linux/include/scsi/scsi.h 
v2.4.0-t4-cdrom/linux/include/scsi/scsi.h
--- v2.4.0-t4/linux/include/scsi/scsi.h Mon Dec 13 01:55:54 1999
+++ v2.4.0-t4-cdrom/linux/include/scsi/scsi.h   Wed Jul 19 14:50:34 2000
@@ -75,7 +75,10 @@
 #define MODE_SELECT_10        0x55
 #define RESERVE_10            0x56
 #define RELEASE_10            0x57
+#define READ_MASTER_CUE              0x59
 #define MODE_SENSE_10         0x5a
+#define READ_BUFFER_CAPACITY  0x5c
+#define SEND_CUE_SHEET       0x5d
 #define PERSISTENT_RESERVE_IN 0x5e
 #define PERSISTENT_RESERVE_OUT 0x5f
 #define MOVE_MEDIUM           0xa5
@@ -87,6 +90,7 @@
 #define SEARCH_LOW_12         0xb2
 #define READ_ELEMENT_STATUS   0xb8
 #define SEND_VOLUME_TAG       0xb6
+#define WRITE_CONTINUE       0xe1
 #define WRITE_LONG_2          0xea
 
 /*

Reply via email to