diff mbox series

[7/9] HID: surface-hid: Use target-ID enum instead of hard-coding values

Message ID 20221202223327.690880-8-luzmaximilian@gmail.com (mailing list archive)
State Mainlined
Commit ea11bf4eb59e029cc54ad294126098dce67e321a
Delegated to: Jiri Kosina
Headers show
Series platform/surface: aggregator: Improve target/source handling in SSH messages | expand

Commit Message

Maximilian Luz Dec. 2, 2022, 10:33 p.m. UTC
Instead of hard-coding the target ID, use the respective enum
ssam_ssh_tid value.

Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
---
 drivers/hid/surface-hid/surface_kbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/hid/surface-hid/surface_kbd.c b/drivers/hid/surface-hid/surface_kbd.c
index 0635341bc517..42933bf3e925 100644
--- a/drivers/hid/surface-hid/surface_kbd.c
+++ b/drivers/hid/surface-hid/surface_kbd.c
@@ -250,7 +250,7 @@  static int surface_kbd_probe(struct platform_device *pdev)
 
 	shid->uid.domain = SSAM_DOMAIN_SERIALHUB;
 	shid->uid.category = SSAM_SSH_TC_KBD;
-	shid->uid.target = 2;
+	shid->uid.target = SSAM_SSH_TID_KIP;
 	shid->uid.instance = 0;
 	shid->uid.function = 0;