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: 7eae7aed8831
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: d76992cf43a1
Choose a head ref
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 10, 2020

  1. nixos-integration: Use initrd.enable = false

    That new option allows us to remove the crutch of pretending to be a
    container.
    
    Pretending to be a container had a couple drawbacks, they are now
    irrelevant.
    
    The dummy outputs could be re-worked to instead use out own stage-1
    infra, but I prefer using dummies for now, for better insulation.
    samueldr committed Apr 10, 2020
    Copy the full SHA
    1580f35 View commit details
    Browse the repository at this point in the history
  2. quirks: Add qualcomm wcnss-wlan quirk

    This quirk assumes the firmware has been set appropriately in the NixOS
    configuration, using something akin to:
    
    ```
      hardware.firmware = [
        pkgs.my-device-firmware
      ];
    ```
    samueldr committed Apr 10, 2020
    Copy the full SHA
    467702a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae440f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c21f57b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0b68cf8 View commit details
    Browse the repository at this point in the history
  6. asus-z00t: Add firmware

    samueldr committed Apr 10, 2020
    Copy the full SHA
    be396f4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fc07219 View commit details
    Browse the repository at this point in the history
  8. asus-z00t: Configure green LED to turn on by default

    This is done at the device tree / kernel level.
    samueldr committed Apr 10, 2020
    Copy the full SHA
    640f2d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge pull request #126 from samueldr-wip/feature/asus-z00t-polishing

    asus-z00t: Make wi-fi work with wcnss-wlan
    samueldr committed Apr 13, 2020
    Copy the full SHA
    d76992c View commit details
    Browse the repository at this point in the history