Skip to content

Commit

Permalink
staging: line6: drop MIDI parameter sysfs attrs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 4528555 commit 2807904
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,214 deletions.
1 change: 0 additions & 1 deletion drivers/staging/line6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ obj-$(CONFIG_LINE6_USB) += line6usb.o
line6usb-y := \
audio.o \
capture.o \
control.o \
driver.o \
dumprequest.o \
midi.o \
Expand Down
Loading

0 comments on commit 2807904

Please sign in to comment.