HID: uclogic: Extract report descriptors to a module
authorNikolai Kondrashov <spbnick@gmail.com>
Sun, 10 Feb 2019 10:13:50 +0000 (12:13 +0200)
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 21 Feb 2019 11:00:53 +0000 (12:00 +0100)
commitff0c13d6d2edc9c4952c668f4503a51b5f101ab3
treed34fa11d20bc01b0b5b0f9dec2964f121f01784f
parentbf226cd3316a01d71eb74ea5736f6c8905ff5041
HID: uclogic: Extract report descriptors to a module

As hid-uclogic has a lot of report descriptors already and there's going
to be more, move them out of the driver code and into a separate module.

Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
drivers/hid/Makefile
drivers/hid/hid-uclogic-core.c [new file with mode: 0644]
drivers/hid/hid-uclogic-rdesc.c [moved from drivers/hid/hid-uclogic.c with 66% similarity]
drivers/hid/hid-uclogic-rdesc.h [new file with mode: 0644]