]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics-rmi4 - use dev_driver_string when registering interrupt
authorNick Dyer <nick@shmanahar.org>
Fri, 14 Apr 2017 21:42:44 +0000 (14:42 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 14 Apr 2017 21:52:29 +0000 (14:52 -0700)
commite9ff36b6b5f00ad7ce43ace65d6b656360b8276e
tree796b153b9bed1b27c269f82671be6d33d354d6f0
parent82f2309b20e05618f20804522eec0500dd9d78c2
Input: synaptics-rmi4 - use dev_driver_string when registering interrupt

When IRQ handling was moved to rmi_driver in bccafab the naming of the
interrupt changed from "rmi4_i2c" to "2-0020" (or similar). This patch
restores the previous behaviour and makes the interrupt easier to identify
in /proc/interrupts.

Signed-off-by: Nick Dyer <nick@shmanahar.org>
Tested-by: Chris Healy <cphealy@gmail.com>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_driver.c