1SCSI_UNLOCK_FLOPTICA(9) SCSI mid layer SCSI_UNLOCK_FLOPTICA(9)
2
3
4
6 scsi_unlock_floptical - unlock device via a special MODE SENSE command
7
9 void scsi_unlock_floptical(struct scsi_device * sdev,
10 unsigned char * result);
11
13 sdev
14 scsi device to send command to
15
16 result
17 area to store the result of the MODE SENSE
18
20 Send a vendor specific MODE SENSE (not a MODE SELECT) command. Called
21 for BLIST_KEY devices.
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 SCSI_UNLOCK_FLOPTICA(9)