Skip to content

Commit

Permalink
HID: add Kconfig text to HID_BATTERY_STRENGTH
Browse files Browse the repository at this point in the history
HID_BATTERY_STRENGTH is missing both help text and description text.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Apr 24, 2012
1 parent 0a97e1e commit 692d30d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ config HID
If unsure, say Y.

config HID_BATTERY_STRENGTH
bool
bool "Battery level reporting for HID devices"
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
default n
---help---
This option adds support of reporting battery strength (for HID devices
that support this feature) through power_supply class so that userspace
tools, such as upower, can display it.

config HIDRAW
bool "/dev/hidraw raw HID device support"
Expand Down

0 comments on commit 692d30d

Please sign in to comment.