Changes includes to support sensor discovery, add sensor name by index for debug info, clean up string generated for the HID device to make it more obvious. Before: hid-generic 0020:1022:0001.0003: hidraw2: <UNKNOWN> HID v0.00 Device [hid-amdtp 1022:0001] on After: hid-generic 0020:1022:0001.0003: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd Basavaraj Natikar (7): HID: amd_sfh: Add support for sensor discovery HID: amd_sfh: Add sensor name by index for debug info HID: amd_sfh: Modify the bus name HID: amd_sfh: Modify the hid name HID: amd_sfh: Add physical location to HID device HID: amd_sfh: Move bus declaration outside of amd-sfh HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_info drivers/hid/amd-sfh-hid/amd_sfh_client.c | 45 ++++++++++++++++++++---- drivers/hid/amd-sfh-hid/amd_sfh_hid.c | 9 +++-- drivers/hid/amd-sfh-hid/amd_sfh_hid.h | 1 - drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 17 ++++++--- drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 5 +++ drivers/hid/hid-core.c | 4 +++ include/uapi/linux/input.h | 1 + 7 files changed, 69 insertions(+), 13 deletions(-) -- 2.25.1