]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
HID: wacom: Move wacom_remote_irq and wacom_remote_status_irq
authorJason Gerecke <killertofu@gmail.com>
Fri, 31 Mar 2017 17:02:05 +0000 (10:02 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 6 Apr 2017 12:55:54 +0000 (14:55 +0200)
commit149f6f6b8ff3288a88dc34755de7719637cc8cc4
treefff7721839d9b3182ee2792a8db52d2c86f2d1d2
parented1fa736839eb97b1d066e36150df28251095eef
HID: wacom: Move wacom_remote_irq and wacom_remote_status_irq

These two functions awkwardly break up the otherwise-contiguous chunk of
related Intuos IRQ functions with a 500 line tangent about the operation
of the EKR. Their presence makes it difficult to read/navigate through the
the Intuos code. Since there is no dependency between these functions, it
is possible to simply move them down somewhat. This commit moves them
to be after the final Intuos IRQ function.

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c