0001 What: /sys/devices/platform/docg3/f[0-3]_dps[01]_is_keylocked
0002 Date: November 2011
0003 KernelVersion: 3.3
0004 Contact: Robert Jarzmik <robert.jarzmik@free.fr>
0005 Description:
0006 Show whether the floor (0 to 4), protection area (0 or 1) is
0007 keylocked. Each docg3 chip (or floor) has 2 protection areas,
0008 which can cover any part of it, block aligned, called DPS.
0009 The protection has information embedded whether it blocks reads,
0010 writes or both.
0011 The result is:
0012
0013 - 0 -> the DPS is not keylocked
0014 - 1 -> the DPS is keylocked
0015
0016 Users: None identified so far.
0017
0018 What: /sys/devices/platform/docg3/f[0-3]_dps[01]_protection_key
0019 Date: November 2011
0020 KernelVersion: 3.3
0021 Contact: Robert Jarzmik <robert.jarzmik@free.fr>
0022 Description:
0023 Enter the protection key for the floor (0 to 4), protection area
0024 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
0025 which can cover any part of it, block aligned, called DPS.
0026 The protection has information embedded whether it blocks reads,
0027 writes or both.
0028 The protection key is a string of 8 bytes (value 0-255).
0029 Entering the correct value toggle the lock, and can be observed
0030 through f[0-3]_dps[01]_is_keylocked.
0031 Possible values are:
0032
0033 - 8 bytes
0034
0035 Typical values are:
0036
0037 - "00000000"
0038 - "12345678"
0039
0040 Users: None identified so far.