Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos/usb-moded
base: 9c83acda3ff34b341fb274a1347a33aec337b4d3
Choose a base ref
...
head repository: sailfishos/usb-moded
compare: 8b86ea3c3c61f596e7ca7eb9d6f842f8d8ab1a68
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 1, 2021

  1. [usb-moded] Allow longer delay at backend probing. Fixes JB#53356

    Usb-moded chooses between android-usb and configfs backends by
    periodically polling which kind of control structure shows up in
    the device file system. In Xperia 10 II it can happen that usb
    setup done by droid-hal-init takes long enough usb-moded to
    give up waiting and continue in effectively defunct state.
    
    Increase backend wait time from 10 to 20 seconds by adjusting
    sleep time in between probe attempts.
    
    Also adjust usb-moded.service startup timeout so that systemd
    tolerates the increased worst case wait time.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
    spiiroin committed Mar 1, 2021
    Copy the full SHA
    eb008de View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge branch 'jb53356_backend_timeout' into 'master'

    Allow longer delay at usb backend probing
    
    See merge request mer-core/usb-moded!76
    spiiroin committed Mar 2, 2021
    Copy the full SHA
    8b86ea3 View commit details
    Browse the repository at this point in the history