eeepc-wmi: add debugfs entries
authorCorentin Chary <corentincj@iksaif.net>
Mon, 29 Nov 2010 07:14:09 +0000 (08:14 +0100)
committerMatthew Garrett <mjg@redhat.com>
Fri, 7 Jan 2011 22:03:43 +0000 (17:03 -0500)
commit8c1b2d83e82e11b9447d7fb3715d6c9764f6f28d
tree1c850fea1b860afedbaac50097c253578cbd3390
parent4e37b42d5ac0d3f505bcdc09028f3fde82031593
eeepc-wmi: add debugfs entries

eeepc-wmi/    - debugfs root directory
  dev_id      - current dev_id
  ctrl_param  - current ctrl_param
  devs        - call DEVS(dev_id, ctrl_param) and print result
  dsts        - call DSTS(dev_id)  and print result

DEVS and DSTS are the main functions used in eeepc-wmi, this
will allow to test new features without patching the drivers.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/eeepc-wmi.c