Skip to content
This repository has been archived by the owner on Mar 7, 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-anthias-hybris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d71333ecd326
Choose a base ref
...
head repository: AsteroidOS/meta-anthias-hybris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fcb82292a94e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2017

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

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