Skip to content
This repository was archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
trackpad -> touchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Oct 4, 2017
1 parent eb05fe3 commit 9100779
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Unit]
Description=Activate BYD protocol
Description=Activate BYD protocol for touchpad
Documentation=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e9fb7cc63801d3dc71b60ca11c4d08f68f879a53

[Service]
Type=oneshot
ExecStart=/bin/echo -n "byd" > /sys/bus/serio/devices/serio1/protocol
ExecStart=/bin/sh -c 'echo -n "byd" > /sys/bus/serio/devices/serio1/protocol'
RemainAfterExit=true

[Install]
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Matthias Klumpp <[email protected]>
Build-Depends: debhelper (>= 10.4)
Standards-Version: 4.1.0

Package: purism-touchpad-byd-protocol
Package: purism-use-byd-touchpad-protocol
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Expand Down
1 change: 0 additions & 1 deletion debian/purism-touchpad-byd-protocol.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/purism-use-byd-touchpad-protocol.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
activate-byd-touchpad-protocol.service lib/systemd/system/

0 comments on commit 9100779

Please sign in to comment.