Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AsteroidOS/meta-sturgeon-hybris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb3bd6af3275
Choose a base ref
...
head repository: AsteroidOS/meta-sturgeon-hybris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33755d4de124
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2017

  1. Copy the full SHA
    e8856d5 View commit details
  2. Copy the full SHA
    33755d4 View commit details
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ After=dev-ttyHS99.device
[Service]
Type=simple
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
ExecStart=/usr/bin/brcm_patchram_plus --enable_hci --no2bytes --patchram /vendor/firmware/BCM20715A1.hcd /dev/ttyHS99
ExecStart=/usr/bin/brcm_patchram_plus --enable_lpm --enable_hci --no2bytes --patchram /vendor/firmware/BCM20715A1.hcd /dev/ttyHS99

[Install]
WantedBy=basic.target
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FILESEXTRAPATHS_prepend_sturgeon := "${THISDIR}/brcm-patchram-plus:"
SRC_URI_append_sturgeon = " file://patchram.service "
CFLAGS_append_sturgeon = " -DLPM_STURGEON"