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

Force restart device on serial error. #274

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

Commits on Jun 30, 2023

  1. Force restart device on serial error.

    With this commit, when the devices stops read/write will clean
    the queue, reset the device with USB Command, and send "SIGTERM" signal
    to himself, to stop the daemon.
    In linux, with "Restart=always" in service file, will restart the
    service, fixing some read/write problem.
    alexwbaule committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3fd76d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af3dca View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update detection Pid/Vid.

    Add sleep service to hook suspend/resume and restart the service.
    alexwbaule committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2f8553f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mathoudebine authored and alexwbaule committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a244504 View commit details
    Browse the repository at this point in the history
  3. default config

    alexwbaule committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5a21541 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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