]> 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)
commite3cc2aa00c0c15eba8b00ccae9214222310b4f5a
tree8d5e1218a0d3cd5b310737e05a2190aa2f754d32
parent1f4ff354fa3a20deaaae51557a02660c5a2560b7
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]