18c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../powered
28c2ecf20Sopenharmony_ciDate:		August 2008
38c2ecf20Sopenharmony_ciKernelVersion:	2.6.26
48c2ecf20Sopenharmony_ciContact:	Harrison Metzger <harrisonmetz@gmail.com>
58c2ecf20Sopenharmony_ciDescription:	Controls whether the device's display will powered.
68c2ecf20Sopenharmony_ci		A value of 0 is off and a non-zero value is on.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../mode_msb
98c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../mode_lsb
108c2ecf20Sopenharmony_ciDate:		August 2008
118c2ecf20Sopenharmony_ciKernelVersion:	2.6.26
128c2ecf20Sopenharmony_ciContact:	Harrison Metzger <harrisonmetz@gmail.com>
138c2ecf20Sopenharmony_ciDescription:	Controls the devices display mode.
148c2ecf20Sopenharmony_ci		For a 6 character display the values are
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci			MSB 0x06; LSB 0x3F, and
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci		for an 8 character display the values are
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci			MSB 0x08; LSB 0xFF.
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../textmode
238c2ecf20Sopenharmony_ciDate:		August 2008
248c2ecf20Sopenharmony_ciKernelVersion:	2.6.26
258c2ecf20Sopenharmony_ciContact:	Harrison Metzger <harrisonmetz@gmail.com>
268c2ecf20Sopenharmony_ciDescription:	Controls the way the device interprets its text buffer.
278c2ecf20Sopenharmony_ci		raw:	each character controls its segment manually
288c2ecf20Sopenharmony_ci		hex:	each character is between 0-15
298c2ecf20Sopenharmony_ci		ascii:	each character is between '0'-'9' and 'A'-'F'.
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../text
328c2ecf20Sopenharmony_ciDate:		August 2008
338c2ecf20Sopenharmony_ciKernelVersion:	2.6.26
348c2ecf20Sopenharmony_ciContact:	Harrison Metzger <harrisonmetz@gmail.com>
358c2ecf20Sopenharmony_ciDescription:	The text (or data) for the device to display
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ciWhat:		/sys/bus/usb/.../decimals
388c2ecf20Sopenharmony_ciDate:		August 2008
398c2ecf20Sopenharmony_ciKernelVersion:	2.6.26
408c2ecf20Sopenharmony_ciContact:	Harrison Metzger <harrisonmetz@gmail.com>
418c2ecf20Sopenharmony_ciDescription:	Controls the decimal places on the device.
428c2ecf20Sopenharmony_ci		To set the nth decimal place, give this field
438c2ecf20Sopenharmony_ci		the value of ``10 ** n``. Assume this field has
448c2ecf20Sopenharmony_ci		the value k and has 1 or more decimal places set,
458c2ecf20Sopenharmony_ci		to set the mth place (where m is not already set),
468c2ecf20Sopenharmony_ci		change this fields value to ``k + 10 ** m``.
47