patch-1.3.30 linux/drivers/scsi/sr.c
Next file: linux/drivers/scsi/st.c
Previous file: linux/drivers/scsi/scsi.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Sep 27 12:39:41 1995
- Orig file:
v1.3.29/linux/drivers/scsi/sr.c
- Orig date:
Mon Sep 18 14:54:03 1995
diff -u --recursive --new-file v1.3.29/linux/drivers/scsi/sr.c linux/drivers/scsi/sr.c
@@ -314,6 +314,8 @@
* 19950704 [email protected] (Thomas Quinot)
*
* - SONY: Same as Nec.
+ *
+ * - PIONEER: works with SONY code
*/
static void sr_photocd(struct inode *inode)
@@ -471,8 +473,9 @@
break;
case SCSI_MAN_SONY: /* Thomas QUINOT <[email protected]> */
+ case SCSI_MAN_PIONEER:
#ifdef DEBUG
- printk("sr_photocd: use SONY code\n");
+ printk("sr_photocd: use SONY/PIONEER code\n");
#endif
memset(buf,0,40);
*((unsigned long*)buf) = 0x0; /* we send nothing... */
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this