HID: wiimote: Add sysfs support to wiimote driver
commit3c1c2fce64fdfa2f0c0ff4fffb3bb171ea6361ca
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 5 Jul 2011 11:45:19 +0000 (5 13:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 11 Jul 2011 12:30:24 +0000 (11 14:30 +0200)
tree58ba2f4c42cf84fbe23e0d7661c7c232ecf5c8de
parent32a0d9a522b577d0efa6ce793a6ac0516c5e3627
HID: wiimote: Add sysfs support to wiimote driver

Add sysfs files for each led of the wiimote. Writing 1 to the file
enables the led and 0 disables the led.

We do not need memory barriers when checking wdata->ready since we use
a spinlock directly after it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/ABI/testing/sysfs-driver-hid-wiimote [new file with mode: 0644]
drivers/hid/hid-wiimote.c