David Herrmann | 3c1c2fc | 2011-07-05 13:45:19 +0200 | [diff] [blame] | 1 | What: /sys/bus/hid/drivers/wiimote/<dev>/led1 |
| 2 | What: /sys/bus/hid/drivers/wiimote/<dev>/led2 |
| 3 | What: /sys/bus/hid/drivers/wiimote/<dev>/led3 |
| 4 | What: /sys/bus/hid/drivers/wiimote/<dev>/led4 |
| 5 | Date: July 2011 |
| 6 | KernelVersion: 3.1 |
| 7 | Contact: David Herrmann <dh.herrmann@googlemail.com> |
| 8 | Description: Make it possible to set/get current led state. Reading from it |
| 9 | returns 0 if led is off and 1 if it is on. Writing 0 to it |
| 10 | disables the led, writing 1 enables it. |
David Herrmann | c1e5139 | 2011-11-17 14:12:04 +0100 | [diff] [blame] | 11 | |
| 12 | What: /sys/bus/hid/drivers/wiimote/<dev>/extension |
| 13 | Date: August 2011 |
| 14 | KernelVersion: 3.2 |
| 15 | Contact: David Herrmann <dh.herrmann@googlemail.com> |
| 16 | Description: This file contains the currently connected and initialized |
| 17 | extensions. It can be one of: none, motionp, nunchuck, classic, |
| 18 | motionp+nunchuck, motionp+classic |
| 19 | motionp is the official Nintendo Motion+ extension, nunchuck is |
| 20 | the official Nintendo Nunchuck extension and classic is the |
| 21 | Nintendo Classic Controller extension. The motionp extension can |
| 22 | be combined with the other two. |