We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018110b commit 7908cc5Copy full SHA for 7908cc5
drivers/hid/surface-hid/surface_kbd.c
@@ -250,7 +250,7 @@ static int surface_kbd_probe(struct platform_device *pdev)
250
251
shid->uid.domain = SSAM_DOMAIN_SERIALHUB;
252
shid->uid.category = SSAM_SSH_TC_KBD;
253
- shid->uid.target = 2;
+ shid->uid.target = SSAM_SSH_TID_KIP;
254
shid->uid.instance = 0;
255
shid->uid.function = 0;
256
0 commit comments