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 operator@melchior.frmug.fr.net (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 <thomas@melchior.frmug.fr.net> */
+    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, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this