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

UsbSerialDiscovery service based on Javax-Usb #3930

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Dec 10, 2023

  1. Supress log output on shutdown

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    14e3349 View commit details
    Browse the repository at this point in the history
  2. Revert "Supress log output on shutdown"

    This reverts commit 14e3349.
    andrewfg committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0790943 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 18, 2023

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

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    4e1f44b View commit details
    Browse the repository at this point in the history
  2. Split from other PR

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b073ad6 View commit details
    Browse the repository at this point in the history
  3. Move product information to external resource

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e513770 View commit details
    Browse the repository at this point in the history
  4. Spotless

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0c0ec4e View commit details
    Browse the repository at this point in the history
  5. Fix compiler null type warning

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c466b17 View commit details
    Browse the repository at this point in the history
  6. Update information provider

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d2e5890 View commit details
    Browse the repository at this point in the history
  7. Typo

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1a74415 View commit details
    Browse the repository at this point in the history
  8. JUnit test and refactoring

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5f5f580 View commit details
    Browse the repository at this point in the history
  9. Fix JavaDoc

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2f7f05b View commit details
    Browse the repository at this point in the history
  10. Apply spotless after release, resolve bundles (openhab#3953)

    Signed-off-by: Holger Friedrich <[email protected]>
    holgerfriedrich authored and andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f0e7dd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da6043b View commit details
    Browse the repository at this point in the history
  12. Update version

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c821522 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Remove local info provider; Add interface infos

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c5de645 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Suppress on Linux and Windows

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6b4aeb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Remove test unit; Fix copyright date

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    afe6af4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 11, 2024

  1. Install bundles depending on OS

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    38d5df4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. fix merge conflict

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3ab3915 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into discovery-javax-usb

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a4dc730 View commit details
    Browse the repository at this point in the history
  3. fix merge conflict (again)

    Signed-off-by: Andrew Fiddian-Green <[email protected]>
    andrewfg committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9eaecac View commit details
    Browse the repository at this point in the history