]> git.baikalelectronics.ru Git - kernel.git/commit
staging: line6: drop MIDI parameter sysfs attrs
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:19 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:50 +0000 (16:13 -0800)
commit45108208aea64162101b0a14e269d18d0129dcce
tree0eb53470216c560ac1ecde0300d0444b23bcef13
parent863291872f50286343a7939b01ab70d0b2f2ec39
staging: line6: drop MIDI parameter sysfs attrs

Both pod.c and variax.c expose the device's MIDI parameters as sysfs
attrs.  Knowledge of MIDI constants should be in userspace, not in the
driver.  Drop the sysfs attrs and let userspace interpret parameters it
cares about instead.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/Makefile
drivers/staging/line6/control.c [deleted file]
drivers/staging/line6/control.h [deleted file]
drivers/staging/line6/driver.c
drivers/staging/line6/pod.c
drivers/staging/line6/variax.c