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: NixOS/mobile-nixos
base: 92b4eb005dc7
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 63ab9f23682d
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 22, 2020

  1. boot/applets: Remove last applet (key-held)

    It'll be, at first, bundled-in as-is in a library, then re-done through
    evdev ffi.
    samueldr committed Nov 22, 2020
    Copy the full SHA
    f2d1cf9 View commit details
    Browse the repository at this point in the history
  2. boot/init: Use the new evdev library

    It still uses evdev internally, but first let's change the interface,
    *then* change the implementation details.
    samueldr committed Nov 22, 2020
    Copy the full SHA
    0037614 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65d5701 View commit details
    Browse the repository at this point in the history
  4. boot/lib: add generated linux input event codes

    This could be done a build-time, but it's not like we actually need it
    to be the freshest ever.
    
    We're free to update it whenever.
    samueldr committed Nov 22, 2020
    Copy the full SHA
    5928902 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7a30ed2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ae9ce35 View commit details
    Browse the repository at this point in the history
  7. boot/init: update comments in switch_root

    It better describes the reasoning for the keys than the previous
    "off-the-cuff" comment I left myself.
    samueldr committed Nov 22, 2020
    Copy the full SHA
    841b835 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #243 from samueldr-wip/feature/stage-1-ffi-evdev

    stage-1: Use evdev bindings for recovery key
    samueldr committed Nov 22, 2020
    Copy the full SHA
    63ab9f2 View commit details
    Browse the repository at this point in the history