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)
commit4b2c53d93a4bc9d52cc0ec354629cfc9dc217f93
tree8d5e1218a0d3cd5b310737e05a2190aa2f754d32
parent4f567b9f8141a86c7d878fadf136e5d1408e3e61
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]