-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> Fixed an issue which made the touchscreen intermittently stop responding\n> Improved Bluetooth compatibility\n> Decreased the delay on the power button when an OS is loaded\n> Added an option to set the charging speed\n> Added an option to disable the lid switch\n
- Loading branch information
1 parent
d7b3660
commit 84d2ff2
Showing
5 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
#### coreboot: [24.06](https://github.com/StarLabsLtd/firmware/raw/master/StarLite/MkV/coreboot/24.06/https://github.com/StarLabsLtd/firmware/raw/master/StarLite/MkV/coreboot/24.06/24.06.rom) 2024-06-27 | ||
> Fixed an issue which made the touchscreen intermittently stop responding | ||
> Improved Bluetooth compatibility | ||
> Decreased the delay on the power button when an OS is loaded | ||
> Added an option to set the charging speed | ||
> Added an option to disable the lid switch | ||
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- Copyright 2023 Star Labs Online Limited --> | ||
<component type="firmware"> | ||
<id>com.starlabs.I5.coreboot</id> | ||
<name>StarLite MkV coreboot firmware</name> | ||
<summary>coreboot firmware for StarLite MkV</summary> | ||
<description> | ||
<p>Updating the coreboot firmware makes your computer more reliable and can add new features.</p> | ||
</description> | ||
<provides> | ||
<firmware type="flashed">c9d8edd8-8c89-598f-9d7a-e3ad247ee9cd</firmware> | ||
</provides> | ||
<requires> | ||
<id compare="ge" version="1.7.7">org.freedesktop.fwupd</id> | ||
<hardware>3d9415bb-3027-541b-99b7-cf21e5383bdb</hardware> | ||
</requires> | ||
<url type="homepage">https://starlabs.systems</url> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>proprietary</project_license> | ||
<developer_name>Star Labs</developer_name> | ||
<custom> | ||
<value key="LVFS::UpdateProtocol">org.flashrom</value> | ||
<value key="LVFS::VersionFormat">pair</value> | ||
</custom> | ||
<categories> | ||
<category>X-System</category> | ||
</categories> | ||
<releases> | ||
<release urgency="medium" version="24.06" date="2024-06-27"> | ||
<checksum filename="24.06.rom" target="content"/> | ||
<description> | ||
<p>This release includes the following features:</p> | ||
<ul> | ||
<li>Fixed an issue which made the touchscreen intermittently stop responding</li> | ||
<li>Improved Bluetooth compatibility</li> | ||
<li>Decreased the delay on the power button when an OS is loaded</li> | ||
<li>Added an option to set the charging speed</li> | ||
<li>Added an option to disable the lid switch</li> | ||
</ul> | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Fixed an issue which made the touchscreen intermittently stop responding | ||
Improved Bluetooth compatibility | ||
Decreased the delay on the power button when an OS is loaded | ||
Added an option to set the charging speed | ||
Added an option to disable the lid switch |