Skip to content

Commit

Permalink
HID: default HID_BATTERY_STRENGTH to no
Browse files Browse the repository at this point in the history
Commit 4f5ca83 "HID: hid-input: add support for HID devices reporting
Battery Strength" added the CONFIG_HID_BATTERY_STRENGTH option to report
the battery strength of HID devices.  The commit log explicitly mentions
it not working properly with recent userspace, but it is default y
anyway.  This is rather odd, and actually causes problems on real
systems.

This works around Fedora bug
https://bugzilla.redhat.com/show_bug.cgi?id=806295

Signed-off-by: Josh Boyer <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jwboyer authored and Jiri Kosina committed Apr 19, 2012
1 parent 2cee571 commit 2198edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config HID
config HID_BATTERY_STRENGTH
bool
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
default y
default n

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

0 comments on commit 2198edd

Please sign in to comment.