- Oct 09, 2023
-
-
Guido Gunther authored
-
Guido Gunther authored
This is modelled after network-manager-config-connectivity-debian. Since people might consider this a potential privacy leak we don't make it a hard dependency.
-
Guido Gunther authored
-
- Aug 17, 2023
-
-
Evangelos Ribeiro Tzaras authored
firefox-esr is in recommends as well, after all. Signed-off-by: Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm>
-
- Aug 09, 2023
-
-
Allows to control music playback from e.g. a cars entertainment unit and shows artist information.
-
- Jul 14, 2023
-
-
Sebastian Krzyszkowiak authored
-
- Jul 12, 2023
-
-
Sebastian Krzyszkowiak authored
-
- Jun 26, 2023
-
-
Sebastian Krzyszkowiak authored
Closes #73
-
- Jun 22, 2023
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
squeekboard now uses the alternative system
-
Guido Gunther authored
They're pulled in via phosh-core.
-
- Jun 21, 2023
-
-
Guido Gunther authored
It's only needed on the devkit and will be there but users should be able to remove it.
-
Guido Gunther authored
Not needed anymore
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This will be the default for crimson
-
Guido Gunther authored
Not present in GNOME 42
-
- Jun 20, 2023
-
-
Sebastian Krzyszkowiak authored
This reverts commit cb8fdc1c.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
The shipmode script had to be adjusted to sysfs changes in 6.3.
-
Sebastian Krzyszkowiak authored
Since Linux 6.3 bq25890 supports having multiple instances and therefore the name in sysfs has changed. Adjust the script to use the new name.
-
Sebastian Krzyszkowiak authored
Since kernel 6.3, bq25890 driver allows to enable Hi-Z via sysfs.
-
- Jun 13, 2023
-
-
Sebastian Krzyszkowiak authored
-
ID_PATH doesn't correctly apply the quirks when using pmOS. Let's use DEVPATH instead of ID_PATH to allow the udev quirks to work in pmOS as well as PureOS. Signed-off-by: Alistair Francis <alistair@alistair23.me>
-
- Jun 10, 2023
-
-
Sebastian Krzyszkowiak authored
Some systems power off after executing "halt". Users with a habit of "halt" usage may end up surprised when the Librem 5 appears completely off after using it, but actually is not - after halting, the SoC remains on, consumes about 1W of power and does not respond to any input (including low battery level!) until the power button is held for ~5 seconds or power is cut. There's little reason to ever halt a mobile phone without powering it off, so don't let the users shoot themselves in their foot (especially given that this can easily end up with battery's undercharge protection circuit being involved) and force poweroff whenever halt is invoked.
-
- May 04, 2023
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
We need a recent enough kernel that keeps USB link active during suspend and recent enough ModemManager that can handle incoming messages arriving during suspend.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
I did a simple test with a USB power meter to see the power draw over 5 minutes since running gnome-software in service mode using both `powersave` and `simple_ondemand` governor with screen off. With `powersave`, packagekitd was keeping one CPU busy at 100% for slightly above 4 minutes. At the end of the 5 minutes period the power meter reading was 125mWh. With `simple_ondemand`, packagekitd was done after slightly above one minute already, so the phone was idling rest of the time. Power meter reading was 109mWh (it was at about 45mWh at the moment when packagekitd finished its work). I've also recorded two minutes of idling (nothing but kgx running): the result was the same for both governors - 28mWh; and two minutes of keeping all CPU cores busy with compressing random data: 61mWh for `powersave` and 99mWh for `simple_ondemand`. This is consistent with my anecdata - `simple_ondemand` appears to save battery and makes the phone cooler. It also makes the UX much better when using the phone over ssh. The one case where it makes things worse - a rogue process constantly consuming 100% CPU in the background - is already a pathological case with poor results on both governors. When the process actually does some sensible and finite work, it's going to finish it *much faster* with simple_ondemand, saving plenty of power. Therefore, I'm going to merge this. To go back to previous behavior, users can always use this udev rule: ``` SUBSYSTEM=="devfreq", TEST=="governor", ATTR{governor}="powersave" ```
-
- May 03, 2023
-
-
Angus Ainslie authored
Thus should work for the 7906G and the 7912G Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
- May 02, 2023
-
-
Angus Ainslie authored
Some deivces use the EM7565 modem instead on the BM818 Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Guido Gunther authored
The PMICs power button handling generates an event on long press which confuses userspace as it already sees event from SVNS. Let's make libinput ignore it. This helps Phosh's power-button menu on long press as otherwise pressing the button for too long will trigger the PMICs power button events which will then blank/lock the device.
-
- Apr 14, 2023
-
-
Matthias Klumpp authored
-
- Apr 07, 2023
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
It's the defaults package that actually has requirements on kernel version, so move the relation there. Fixes #67
-