.. | .. |
---|
1 | | -Where: /sys/bus/usb/.../powered |
---|
| 1 | +What: /sys/bus/usb/.../powered |
---|
2 | 2 | Date: August 2008 |
---|
3 | | -Kernel Version: 2.6.26 |
---|
| 3 | +KernelVersion: 2.6.26 |
---|
4 | 4 | Contact: Harrison Metzger <harrisonmetz@gmail.com> |
---|
5 | 5 | Description: Controls whether the device's display will powered. |
---|
6 | 6 | A value of 0 is off and a non-zero value is on. |
---|
7 | 7 | |
---|
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 |
---|
10 | 10 | Date: August 2008 |
---|
11 | | -Kernel Version: 2.6.26 |
---|
| 11 | +KernelVersion: 2.6.26 |
---|
12 | 12 | Contact: Harrison Metzger <harrisonmetz@gmail.com> |
---|
13 | 13 | Description: Controls the devices display mode. |
---|
14 | 14 | For a 6 character display the values are |
---|
| 15 | + |
---|
15 | 16 | MSB 0x06; LSB 0x3F, and |
---|
| 17 | + |
---|
16 | 18 | for an 8 character display the values are |
---|
| 19 | + |
---|
17 | 20 | MSB 0x08; LSB 0xFF. |
---|
18 | 21 | |
---|
19 | | -Where: /sys/bus/usb/.../textmode |
---|
| 22 | +What: /sys/bus/usb/.../textmode |
---|
20 | 23 | Date: August 2008 |
---|
21 | | -Kernel Version: 2.6.26 |
---|
| 24 | +KernelVersion: 2.6.26 |
---|
22 | 25 | Contact: Harrison Metzger <harrisonmetz@gmail.com> |
---|
23 | 26 | Description: Controls the way the device interprets its text buffer. |
---|
24 | 27 | raw: each character controls its segment manually |
---|
25 | 28 | hex: each character is between 0-15 |
---|
26 | 29 | ascii: each character is between '0'-'9' and 'A'-'F'. |
---|
27 | 30 | |
---|
28 | | -Where: /sys/bus/usb/.../text |
---|
| 31 | +What: /sys/bus/usb/.../text |
---|
29 | 32 | Date: August 2008 |
---|
30 | | -Kernel Version: 2.6.26 |
---|
| 33 | +KernelVersion: 2.6.26 |
---|
31 | 34 | Contact: Harrison Metzger <harrisonmetz@gmail.com> |
---|
32 | 35 | Description: The text (or data) for the device to display |
---|
33 | 36 | |
---|
34 | | -Where: /sys/bus/usb/.../decimals |
---|
| 37 | +What: /sys/bus/usb/.../decimals |
---|
35 | 38 | Date: August 2008 |
---|
36 | | -Kernel Version: 2.6.26 |
---|
| 39 | +KernelVersion: 2.6.26 |
---|
37 | 40 | Contact: Harrison Metzger <harrisonmetz@gmail.com> |
---|
38 | 41 | Description: Controls the decimal places on the device. |
---|
39 | 42 | 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 |
---|
41 | 44 | the value k and has 1 or more decimal places set, |
---|
42 | 45 | 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``. |
---|