All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Plextor PowerRec for users
@ 2006-02-12 16:18 Thomas Maguin
  2006-02-12 16:53 ` Matthew Wilcox
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Maguin @ 2006-02-12 16:18 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

Blame on me, a typo in the addresses. Changes should be this:
(patch is on the way)

/usr/src/linux/include/scsi/scsi.h
+#define PLEXTOR_MODE                  0xe9
+#define PLEXTOR_PREC_SPEEDS   0xeB
+#define PLEXTOR_MODE2                0xeD

/usr/src/linux/block/scsi/scsi_ioctl.c
+safe_for_read(PLEXTOR_MODE)
+safe_for_read(PLEXTOR_PREC_SPEEDS)
+safe_for_read(PLEXTOR_MODE2)




[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Plextor PowerRec for users
@ 2006-02-12 15:13 Thomas Maguin
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Maguin @ 2006-02-12 15:13 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

Please add the following entries to allow :
command opcodes for PoweRec, VariRec (0xED & 0xEB)
and further settings opcodes  0xE9 on Plextor devices
as normal user.

/usr/src/linux/scsi/scsi.h
+#define PLEXTOR_MODE                  0x39
+#define PLEXTOR_PREC_SPEEDS   0x3B
+#define PLEXTOR_MODE2                0x3D

/usr/src/linux/block/scsi/scsi_ioctl.c
+safe_for_read(PLEXTOR_MODE)
+safe_for_read(PLEXTOR_PREC_SPEEDS)
+safe_for_read(PLEXTOR_MODE2)



Thomas Maguin

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-02-12 19:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-12 16:18 Plextor PowerRec for users Thomas Maguin
2006-02-12 16:53 ` Matthew Wilcox
2006-02-12 18:47   ` Thomas Maguin
     [not found]   ` <200602121835.44430.T.Maguin@web.de>
2006-02-12 19:10     ` Matthew Wilcox
2006-02-12 19:36   ` Matthias Andree
  -- strict thread matches above, loose matches on Subject: below --
2006-02-12 15:13 Thomas Maguin

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.