13c1c2fceSDavid HerrmannWhat: /sys/bus/hid/drivers/wiimote/<dev>/led1 23c1c2fceSDavid HerrmannWhat: /sys/bus/hid/drivers/wiimote/<dev>/led2 33c1c2fceSDavid HerrmannWhat: /sys/bus/hid/drivers/wiimote/<dev>/led3 43c1c2fceSDavid HerrmannWhat: /sys/bus/hid/drivers/wiimote/<dev>/led4 53c1c2fceSDavid HerrmannDate: July 2011 63c1c2fceSDavid HerrmannKernelVersion: 3.1 73c1c2fceSDavid HerrmannContact: David Herrmann <dh.herrmann@googlemail.com> 83c1c2fceSDavid HerrmannDescription: Make it possible to set/get current led state. Reading from it 93c1c2fceSDavid Herrmann returns 0 if led is off and 1 if it is on. Writing 0 to it 103c1c2fceSDavid Herrmann disables the led, writing 1 enables it. 11*c1e51398SDavid Herrmann 12*c1e51398SDavid HerrmannWhat: /sys/bus/hid/drivers/wiimote/<dev>/extension 13*c1e51398SDavid HerrmannDate: August 2011 14*c1e51398SDavid HerrmannKernelVersion: 3.2 15*c1e51398SDavid HerrmannContact: David Herrmann <dh.herrmann@googlemail.com> 16*c1e51398SDavid HerrmannDescription: This file contains the currently connected and initialized 17*c1e51398SDavid Herrmann extensions. It can be one of: none, motionp, nunchuck, classic, 18*c1e51398SDavid Herrmann motionp+nunchuck, motionp+classic 19*c1e51398SDavid Herrmann motionp is the official Nintendo Motion+ extension, nunchuck is 20*c1e51398SDavid Herrmann the official Nintendo Nunchuck extension and classic is the 21*c1e51398SDavid Herrmann Nintendo Classic Controller extension. The motionp extension can 22*c1e51398SDavid Herrmann be combined with the other two. 23