This website requires JavaScript.
Explore
Help
Sign In
NixOS
/
mobile-nixos
Watch
1
Star
1
Fork
0
You've already forked mobile-nixos
mirror of
https://github.com/NixOS/mobile-nixos.git
synced
2024-12-17 21:11:34 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a1430b3ab8
mobile-nixos
/
modules
/
quirks
/
qualcomm
/
default.nix
8 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
quirks: Implement qualcomm framebuffer quirks as tasks
2019-12-25 03:41:17 +03:00
{
imports
=
[
quirks: Add msm-dwc3-otg_switch quirk
2020-04-11 23:18:43 +03:00
./msm-dwc3.nix
qualcomm: Add fb notify quirk This quirk touches the `blank` file of the framebuffer /sys nodes, which ends up unsuspending things that start suspended until the *right thing* is happening to not be suspended. X11, among others, do the right things. It seems other framebuffer interfaces are not. This can likely be fixed in other ways, but this is the more approachable way to me right now.
2020-05-31 09:27:49 +03:00
./msm-fb-notify.nix
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 ]; ```
2020-04-10 04:52:24 +03:00
./wcnss-wlan.nix
quirks: Implement qualcomm framebuffer quirks as tasks
2019-12-25 03:41:17 +03:00
]
;
}
Reference in New Issue
Copy Permalink