]> git.baikalelectronics.ru Git - kernel.git/commit
HID: input: throttle battery uevents
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 10 Aug 2017 19:47:56 +0000 (12:47 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 15 Aug 2017 08:56:03 +0000 (10:56 +0200)
commitc76efb04447321cab59fa43d2c92fc0a5ee72c21
tree2450b3a252aa347795e26390d513a60eaf6334e5
parent0a8c295bb065fb05b3addff3b83eac0783b63a43
HID: input: throttle battery uevents

The power_supply subsystem tends to emit uevent every time
power_supply_changed() is called, so we should call this API only when battery
strength reported by the device is actually different from the previous
readings, otherwise we'll drown the system in uevents.

Fixes: 09251ea2c9f3 ("HID: input: map digitizer battery usage")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c