Skip to content

Commit 0577cef

Browse files
committed
Merge pull request #1 from ValveSoftware/master
merge with upstream
2 parents e9426fd + c45cb29 commit 0577cef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

OEM.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/ValveSoftware/steamos_kernel
1818

1919
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.
2020

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'.
2222

2323
Please coordinate with your vendors to confirm that support for their devices is either:
2424
* 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
4949

5050
* 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.
5151
* 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.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ SteamOS FAQ
88

99
http://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/
1010

11+
Supplemental community-driven information can also be found in the [wiki](https://github.com/ValveSoftware/SteamOS/wiki) section of this repository.
12+
1113
Reporting Issues
1214
----------------
1315

0 commit comments

Comments
 (0)