]> git.baikalelectronics.ru Git - kernel.git/commit
SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)
authorSandeep Singh <sandeep.singh@amd.com>
Fri, 9 Oct 2020 20:01:37 +0000 (01:31 +0530)
committerJiri Kosina <jkosina@suse.cz>
Thu, 22 Oct 2020 10:05:03 +0000 (12:05 +0200)
commit494b0f7402f673581f5fb2e6ab36ccab6d09a42b
tree8d5e1218a0d3cd5b310737e05a2190aa2f754d32
parent0bb5450b3c9ce974b73f43f144c208a4b0cbddd9
SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)

To support AMD Sensor Fusion Hub (SFH) via the HID client's we need to
register the client with the HID framework. Here we mostly address on
how to register the client with the framework and define the interfaces
for communication.

Co-developed-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com>
Signed-off-by: Nehal Shah <Nehal-bakulchandra.Shah@amd.com>
Signed-off-by: Sandeep Singh <sandeep.singh@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/amd-sfh-hid/amd_sfh_client.c [new file with mode: 0644]
drivers/hid/amd-sfh-hid/amd_sfh_hid.c [new file with mode: 0644]
drivers/hid/amd-sfh-hid/amd_sfh_hid.h [new file with mode: 0644]