Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pinebookpro-base: fix udev rules
Date: Wed, 02 Dec 2020 03:44:41 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26880@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages pbp-base
https://github.com/void-linux/void-packages/pull/26880

pinebookpro-base: fix udev rules
None

A patch file from https://github.com/void-linux/void-packages/pull/26880.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pbp-base-26880.patch --]
[-- Type: text/x-diff, Size: 1368 bytes --]

From 7d9724dcc48fdfdde93b1b60743b7bad53174b22 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 1 Dec 2020 18:43:51 -0800
Subject: [PATCH] pinebookpro-base: fix udev rules

---
 srcpkgs/pinebookpro-base/files/60-pinebookpro.rules | 2 +-
 srcpkgs/pinebookpro-base/template                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pinebookpro-base/files/60-pinebookpro.rules b/srcpkgs/pinebookpro-base/files/60-pinebookpro.rules
index 63d3e9ea21f..182ae2a28cd 100644
--- a/srcpkgs/pinebookpro-base/files/60-pinebookpro.rules
+++ b/srcpkgs/pinebookpro-base/files/60-pinebookpro.rules
@@ -1,7 +1,7 @@
 ACTION=="remove", GOTO="pinebookpro_end"
 KERNEL!="event*", GOTO="pinebookpro_end"
 
-ENV{idVendor}=="258a", ENV{idProduct}=="001e", ENV{ID_INPUT_KEYBOARD}=="1", \
+ATTR{idVendor}=="258a", ATTR{idProduct}=="001e", ENV{ID_INPUT_KEYBOARD}=="1", \
   IMPORT{builtin}="hwdb 'pinebookpro:keyboard'", RUN{builtin}+="keyboard"
 
 LABEL="pinebookpro_end"
diff --git a/srcpkgs/pinebookpro-base/template b/srcpkgs/pinebookpro-base/template
index fce0a329b98..a43345eaafa 100644
--- a/srcpkgs/pinebookpro-base/template
+++ b/srcpkgs/pinebookpro-base/template
@@ -1,6 +1,6 @@
 # Template file for 'pinebookpro-base'
 pkgname=pinebookpro-base
-version=0.3
+version=0.4
 revision=1
 archs="aarch64*"
 build_style=meta

             reply	other threads:[~2020-12-02  2:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02  2:44 CameronNemo [this message]
2020-12-02  3:23 ` [PR REVIEW] " ericonr
2020-12-02  5:22 ` CameronNemo
2020-12-02  5:23 ` [PR PATCH] [Updated] " CameronNemo
2020-12-02  5:34 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26880@inbox.vuxu.org \
    --to=cameronnemo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).