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: timvideos/HDMI2USB-mode-switch
base: d0eb9170d6b4
Choose a base ref
...
head repository: timvideos/HDMI2USB-mode-switch
compare: 080cd6380168
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2016

  1. Use full path to chmod.

    Hopefully fixes;
    `[2761069.374683] systemd-udevd[23217]: failed to execute '/lib/udev/chmod' 'chmod 0666 /sys/devices/pci0000:00/0000:00:1c.7/0000:08:00.0/usb3/3-4/3-4.3/3-4.3:1.0/video4linux/video0/../../driver/unbind': No such file or directory`
    mithro committed Jul 24, 2016
    Copy the full SHA
    dd9221f View commit details
    Browse the repository at this point in the history
  2. Updating the firmware finding code.

     * Resolves the filename to full path. Allows using unstable/testing/stable
       links and still knowing the version being flashed.
    
     * Searches the current directory and firmware directory. Can add more in the
       future (maybe /lib/firmware on Linux?).
    mithro committed Jul 24, 2016
    Copy the full SHA
    e82bd59 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Merge pull request #28 from mithro/master

    Couple of small fixes
    mithro committed Aug 6, 2016
    Copy the full SHA
    080cd63 View commit details
    Browse the repository at this point in the history