-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 282831 b: refs/heads/master c: 1f9327f h: refs/heads/master i: 282829: f09bbbb 282827: 8117777 282823: 829bde1 282815: a7de91e v: v3
- Loading branch information
Robert Jarzmik
authored and
David Woodhouse
committed
Jan 9, 2012
1 parent
4fdef76
commit af777eb
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b49e345e61a2e0c4decbe9b1bd670ed5599fac6e | ||
refs/heads/master: 1f9327fcffdac27e7b100b3a392291a7b94c97fd |
34 changes: 34 additions & 0 deletions
34
trunk/Documentation/ABI/testing/sysfs-devices-platform-docg3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
What: /sys/devices/platform/docg3/f[0-3]_dps[01]_is_keylocked | ||
Date: November 2011 | ||
KernelVersion: 3.3 | ||
Contact: Robert Jarzmik <robert.jarzmik@free.fr> | ||
Description: | ||
Show whether the floor (0 to 4), protection area (0 or 1) is | ||
keylocked. Each docg3 chip (or floor) has 2 protection areas, | ||
which can cover any part of it, block aligned, called DPS. | ||
The protection has information embedded whether it blocks reads, | ||
writes or both. | ||
The result is: | ||
0 -> the DPS is not keylocked | ||
1 -> the DPS is keylocked | ||
Users: None identified so far. | ||
|
||
What: /sys/devices/platform/docg3/f[0-3]_dps[01]_protection_key | ||
Date: November 2011 | ||
KernelVersion: 3.3 | ||
Contact: Robert Jarzmik <robert.jarzmik@free.fr> | ||
Description: | ||
Enter the protection key for the floor (0 to 4), protection area | ||
(0 or 1). Each docg3 chip (or floor) has 2 protection areas, | ||
which can cover any part of it, block aligned, called DPS. | ||
The protection has information embedded whether it blocks reads, | ||
writes or both. | ||
The protection key is a string of 8 bytes (value 0-255). | ||
Entering the correct value toggle the lock, and can be observed | ||
through f[0-3]_dps[01]_is_keylocked. | ||
Possible values are: | ||
- 8 bytes | ||
Typical values are: | ||
- "00000000" | ||
- "12345678" | ||
Users: None identified so far. |