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

kraken3: Improve LCD screen setting checks #689

Merged

Commits on Apr 5, 2024

  1. kraken3: Allow Kraken 2023 Elite for LCD setting

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6d3c70d View commit details
    Browse the repository at this point in the history
  2. kraken3: Move adding fw version to _status out of parse_firm_info()

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c22af7a View commit details
    Browse the repository at this point in the history
  3. kraken3: Add _get_fw_version() to KrakenZ3 and use it to check

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    72aff88 View commit details
    Browse the repository at this point in the history
  4. kraken3: Use just device in unsupported_fw_version()

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ff6dc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. error: Extend NotSupportedByDriver with an optional explanation

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    540de7e View commit details
    Browse the repository at this point in the history
  2. kraken3: Raise NotSupportedByDriver instead of logging if fw version …

    …is unsupported
    
    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a6a5aba View commit details
    Browse the repository at this point in the history
  3. kraken3: Cache fw version

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    de44ebc View commit details
    Browse the repository at this point in the history
  4. kraken3: Add missing self.fw init to test

    Signed-off-by: Aleksa Savić <savicaleksa83@gmail.com>
    aleksamagicka committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a46a70f View commit details
    Browse the repository at this point in the history