hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
....@@ -1,43 +1,46 @@
1
-Where: /sys/bus/usb/.../powered
1
+What: /sys/bus/usb/.../powered
22 Date: August 2008
3
-Kernel Version: 2.6.26
3
+KernelVersion: 2.6.26
44 Contact: Harrison Metzger <harrisonmetz@gmail.com>
55 Description: Controls whether the device's display will powered.
66 A value of 0 is off and a non-zero value is on.
77
8
-Where: /sys/bus/usb/.../mode_msb
9
-Where: /sys/bus/usb/.../mode_lsb
8
+What: /sys/bus/usb/.../mode_msb
9
+What: /sys/bus/usb/.../mode_lsb
1010 Date: August 2008
11
-Kernel Version: 2.6.26
11
+KernelVersion: 2.6.26
1212 Contact: Harrison Metzger <harrisonmetz@gmail.com>
1313 Description: Controls the devices display mode.
1414 For a 6 character display the values are
15
+
1516 MSB 0x06; LSB 0x3F, and
17
+
1618 for an 8 character display the values are
19
+
1720 MSB 0x08; LSB 0xFF.
1821
19
-Where: /sys/bus/usb/.../textmode
22
+What: /sys/bus/usb/.../textmode
2023 Date: August 2008
21
-Kernel Version: 2.6.26
24
+KernelVersion: 2.6.26
2225 Contact: Harrison Metzger <harrisonmetz@gmail.com>
2326 Description: Controls the way the device interprets its text buffer.
2427 raw: each character controls its segment manually
2528 hex: each character is between 0-15
2629 ascii: each character is between '0'-'9' and 'A'-'F'.
2730
28
-Where: /sys/bus/usb/.../text
31
+What: /sys/bus/usb/.../text
2932 Date: August 2008
30
-Kernel Version: 2.6.26
33
+KernelVersion: 2.6.26
3134 Contact: Harrison Metzger <harrisonmetz@gmail.com>
3235 Description: The text (or data) for the device to display
3336
34
-Where: /sys/bus/usb/.../decimals
37
+What: /sys/bus/usb/.../decimals
3538 Date: August 2008
36
-Kernel Version: 2.6.26
39
+KernelVersion: 2.6.26
3740 Contact: Harrison Metzger <harrisonmetz@gmail.com>
3841 Description: Controls the decimal places on the device.
3942 To set the nth decimal place, give this field
40
- the value of 10 ** n. Assume this field has
43
+ the value of ``10 ** n``. Assume this field has
4144 the value k and has 1 or more decimal places set,
4245 to set the mth place (where m is not already set),
43
- change this fields value to k + 10 ** m.
46
+ change this fields value to ``k + 10 ** m``.