Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import w8001 patch from upstream #419

Merged
merged 2 commits into from
May 7, 2024
Merged

Commits on May 2, 2024

  1. Input: move from strlcpy with unused retval to strscpy

    Follow the advice of the below link and prefer 'strscpy' in this
    subsystem. Conversion is 1:1 because the return value is not used.
    Generated by a coccinelle script.
    
    Signed-off-by: Wolfram Sang <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Signed-off-by: Dmitry Torokhov <[email protected]>
    [[email protected]: Imported into input-wacom (a9f08ad7adb3)
    Signed-off-by: Jason Gerecke <[email protected]>
    Wolfram Sang authored and jigpu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9dbad44 View commit details
    Browse the repository at this point in the history
  2. github: Temporarily set -Wno-error=unused-result to bypass upstream w…

    …arning
    
    Commit a9f08ad7adb3 upstream introduces an unused-result warning. While we
    wait for a fix to be made upstream, this commit has our Github runner not
    treat the warning as an error. This will need to be reverted after a fix
    is accepted upstream.
    
    Signed-off-by: Jason Gerecke <[email protected]>
    jigpu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e83a9bb View commit details
    Browse the repository at this point in the history