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-dory-hybris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3593a06789d8
Choose a base ref
...
head repository: AsteroidOS/meta-dory-hybris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e88aa1b1506f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2017

  1. Copy the full SHA
    229145c View commit details
  2. Copy the full SHA
    e88aa1b 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_dory := "${THISDIR}/brcm-patchram-plus:"
SRC_URI_append_dory = " file://patchram.service "
CFLAGS_append_dory = " -DLPM_DORY"