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

Add support for Hunnox HNX-850 #638

Merged
merged 24 commits into from Apr 20, 2021

Commits on Dec 1, 2018

  1. Add support for Hunnox HNX-850

    mjan authored and marianojan committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    88ad313 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    b6a1559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1988c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    182e4b4 View commit details
    Browse the repository at this point in the history
  2. Update nutdrv_qx.c

    drivers/nutdrv_qx.c: rectify indentations
    jimklimov committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    7856291 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    8b5ae7a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    8d7d108 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Update nutdrv_qx_hunnox.h

    Updated file heading
    jimklimov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    33d7623 View commit details
    Browse the repository at this point in the history
  2. Update nutdrv_qx_hunnox.c

    Updated file heading
    jimklimov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    0742857 View commit details
    Browse the repository at this point in the history
  3. Update nutdrv_qx.c

    Err on the safer side of changing behavior for non-hunnox device support, limit the applicability of langid_fix (per PR networkupstools#638 review cautionary comments). Maybe the proposed original change did apply to other devices that support the fix-up, but that should be evaluated separately and this new constraint reversed if needed.
    jimklimov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3a5a758 View commit details
    Browse the repository at this point in the history
  4. Update nutdrv_qx.txt

    Basically mention updates from Hunnox subdriver and protocol addition (PR networkupstools#638).
    jimklimov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    364025d View commit details
    Browse the repository at this point in the history
  5. Update nut.dict

    Update dictionary for Hunnox PR networkupstools#638
    jimklimov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    09ebc5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65514ef View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update nut.dict

    Some more keywords to the dictionary from PR networkupstools#638
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fc91bd4 View commit details
    Browse the repository at this point in the history
  2. docs/nut.dict: typo fix

    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    672cfdb View commit details
    Browse the repository at this point in the history
  3. drivers/nutdrv_qx.c: separate fabula_command_hunnox() from fabula_com…

    …mand() without using a mixed routine, to ensure no impact on currently supported devices
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c78fd72 View commit details
    Browse the repository at this point in the history
  4. drivers/nutdrv_qx.c: fabula_command_hunnox(): restore originally PRed…

    … choice of usb_get_string{,_simple}() based on langid_fix alone
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    414e5ef View commit details
    Browse the repository at this point in the history
  5. drivers/nutdrv_qx.c: comment that fabula_hunnox_subdriver was reporte…

    …d to support more than Hunnox branded devices
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    d20de6c View commit details
    Browse the repository at this point in the history
  6. drivers/nutdrv_qx.c: fabula_command_hunnox(): comment away scoping fo…

    …r (and use of) "hunnox_patch" leaving the markers in comments for refactoring
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    cbbfd2d View commit details
    Browse the repository at this point in the history
  7. drivers/nutdrv_qx.c: fabula_command_hunnox(): comment about truncatin…

    …g the buflen to 102 bytes
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    cab025b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    342113c View commit details
    Browse the repository at this point in the history
  9. drivers/nutdrv_qx.c: simplify new subdriver/command naming from "fabu…

    …la-hunnox" to "hunnox"
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    88c77de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec09431 View commit details
    Browse the repository at this point in the history
  11. drivers/nutdrv_qx.c: fix back the name for "fabula_hunnox_subdriver" …

    …(USB protocol subdriver vs. "hunnox_subdriver" for device data mapping)
    jimklimov committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9872276 View commit details
    Browse the repository at this point in the history