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

Commits on Feb 14, 2017

  1. Copy the full SHA
    ab797ce View commit details
  2. Copy the full SHA
    02d7eb8 View commit details
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Description=Load firmware into BCM4343A0 bluetooth chip
[Service]
Type=simple
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
ExecStart=/usr/bin/brcm_patchram_plus --enable_hci --no2bytes --patchram /vendor/firmware/BCM4343A0.hcd /dev/ttyHS99
ExecStart=/usr/bin/brcm_patchram_plus --enable_lpm --enable_hci --no2bytes --patchram /vendor/firmware/BCM4343A0.hcd /dev/ttyHS99

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