* Patch - Misnomer
@ 2005-02-25 5:56 Robert Wilkens
0 siblings, 0 replies; only message in thread
From: Robert Wilkens @ 2005-02-25 5:56 UTC (permalink / raw)
To: linux-kernel
Below is patch for the SCSI sr.c driver, there was a mis-nomer referring
to the rewritable CD-ROM drive.
Rob
===========================================================================
--- kernel-source-2.6.10.old/drivers/scsi/sr.c 2004-12-24
16:35:50.000000000 -0500
+++ kernel-source-2.6.10.nwo/drivers/scsi/sr.c 2005-02-25
00:28:15.299421808 -0500
@@ -839,7 +839,7 @@
cd->cdi.speed,
buffer[n + 3] & 0x01 ? "writer " : "", /* CD Writer */
buffer[n + 3] & 0x20 ? "dvd-ram " : "",
- buffer[n + 2] & 0x02 ? "cd/rw " : "", /* can read
rewriteable */
+ buffer[n + 2] & 0x02 ? "cd-rw " : "", /* can read
rewriteable */
buffer[n + 4] & 0x20 ? "xa/form2 " : "", /* can read
xa/from2 */
buffer[n + 5] & 0x01 ? "cdda " : "", /* can read audio
data */
loadmech[buffer[n + 6] >> 5]);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-25 5:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-25 5:56 Patch - Misnomer Robert Wilkens
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.