You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tree is the common kernel for all SteamOS devices; as such, be very careful about the scope of your patches and don't touch common code or interfaces unless you have a very good reason to do so.
20
20
21
-
The current shipping branch for SteamOS 1.0 is 'alchemist-3.10' and branched off 'linux-3.10.y' from kernel.org; send your pull requests against 'alchemist-3.10_proposed'.
21
+
The current shipping branch for SteamOS 2.0 is 'brewmaster-3.18' and branched off 'linux-3.18.y' from kernel.org; send your pull requests against 'brewmaster-3.18_proposed'.
22
22
23
23
Please coordinate with your vendors to confirm that support for their devices is either:
24
24
* Already present in that base version of the kernel, in which case it'll be supported out-of-the-box by the SteamOS kernel
@@ -49,3 +49,7 @@ The steps below will ensure we have all the tools at our disposal to offer a sea
49
49
50
50
* The machine needs to be able to be woken up and powered on from S5 with the USB port that hosts the Steam Controller's wireless dongle, through regular USB power events.
51
51
* The BIOS setup screen should be able to be entered with the Tab key and navigated with the Arrow keys, Enter and Escape.
52
+
53
+
#### Factory Install Processes
54
+
55
+
* The machine's RTC should be set to UTC time, not local time. The end user selects their time zone during the first boot.
Supplemental community-driven information can also be found in the [wiki](https://github.com/ValveSoftware/SteamOS/wiki) section of this repository.
0 commit comments