1 What: /sys/bus/usb/.../powered 1 What: /sys/bus/usb/.../powered 2 Date: August 2008 2 Date: August 2008 3 KernelVersion: 2.6.26 3 KernelVersion: 2.6.26 4 Contact: Harrison Metzger <harrisonmetz@ 4 Contact: Harrison Metzger <harrisonmetz@gmail.com> 5 Description: Controls whether the device's 5 Description: Controls whether the device's display will powered. 6 A value of 0 is off and a non- 6 A value of 0 is off and a non-zero value is on. 7 7 8 What: /sys/bus/usb/.../mode_msb 8 What: /sys/bus/usb/.../mode_msb 9 What: /sys/bus/usb/.../mode_lsb 9 What: /sys/bus/usb/.../mode_lsb 10 Date: August 2008 10 Date: August 2008 11 KernelVersion: 2.6.26 11 KernelVersion: 2.6.26 12 Contact: Harrison Metzger <harrisonmetz@ 12 Contact: Harrison Metzger <harrisonmetz@gmail.com> 13 Description: Controls the devices display m 13 Description: Controls the devices display mode. 14 For a 6 character display the 14 For a 6 character display the values are 15 << 16 MSB 0x06; LSB 0x3F, an 15 MSB 0x06; LSB 0x3F, and 17 << 18 for an 8 character display the 16 for an 8 character display the values are 19 << 20 MSB 0x08; LSB 0xFF. 17 MSB 0x08; LSB 0xFF. 21 18 22 What: /sys/bus/usb/.../textmode 19 What: /sys/bus/usb/.../textmode 23 Date: August 2008 20 Date: August 2008 24 KernelVersion: 2.6.26 21 KernelVersion: 2.6.26 25 Contact: Harrison Metzger <harrisonmetz@ 22 Contact: Harrison Metzger <harrisonmetz@gmail.com> 26 Description: Controls the way the device in 23 Description: Controls the way the device interprets its text buffer. 27 raw: each character control 24 raw: each character controls its segment manually 28 hex: each character is betw 25 hex: each character is between 0-15 29 ascii: each character is betw 26 ascii: each character is between '0'-'9' and 'A'-'F'. 30 27 31 What: /sys/bus/usb/.../text 28 What: /sys/bus/usb/.../text 32 Date: August 2008 29 Date: August 2008 33 KernelVersion: 2.6.26 30 KernelVersion: 2.6.26 34 Contact: Harrison Metzger <harrisonmetz@ 31 Contact: Harrison Metzger <harrisonmetz@gmail.com> 35 Description: The text (or data) for the dev 32 Description: The text (or data) for the device to display 36 33 37 What: /sys/bus/usb/.../decimals 34 What: /sys/bus/usb/.../decimals 38 Date: August 2008 35 Date: August 2008 39 KernelVersion: 2.6.26 36 KernelVersion: 2.6.26 40 Contact: Harrison Metzger <harrisonmetz@ 37 Contact: Harrison Metzger <harrisonmetz@gmail.com> 41 Description: Controls the decimal places on 38 Description: Controls the decimal places on the device. 42 To set the nth decimal place, 39 To set the nth decimal place, give this field 43 the value of ``10 ** n``. Assu !! 40 the value of 10 ** n. Assume this field has 44 the value k and has 1 or more 41 the value k and has 1 or more decimal places set, 45 to set the mth place (where m 42 to set the mth place (where m is not already set), 46 change this fields value to `` !! 43 change this fields value to k + 10 ** m.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.