Commit 51b01274 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Merge branch 'for-6.10/uclogic' into for-linus

parents 55b04252 a721b142
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,