mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
Merge branch 'for-6.10/uclogic' into for-linus
This commit is contained in:
commit
51b012742c
@ -884,6 +884,9 @@ static int uclogic_params_huion_init(struct uclogic_params *params,
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/* The firmware is used in userspace as unique identifier */
|
||||
strscpy(hdev->uniq, ver_ptr, sizeof(hdev->uniq));
|
||||
|
||||
/* If this is a transition firmware */
|
||||
if (strcmp(ver_ptr, transition_ver) == 0) {
|
||||
hid_dbg(hdev,
|
||||
|
Loading…
Reference in New Issue
Block a user