mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
86cf0b55d2
@ -0,0 +1,26 @@
|
|||||||
|
From 50f34d1b65c2fb6c557e2b802e908986e8ec0b74 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stefan Saraev <stefan@saraev.ca>
|
||||||
|
Date: Fri, 7 Feb 2014 12:50:29 +0200
|
||||||
|
Subject: [PATCH] 046d:c52b Logitech, Inc. Unifying Receiver
|
||||||
|
|
||||||
|
---
|
||||||
|
tools/hid2hci.rules | 3 +++
|
||||||
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/tools/hid2hci.rules b/tools/hid2hci.rules
|
||||||
|
index 7db4572..1feca6e 100644
|
||||||
|
--- a/tools/hid2hci.rules
|
||||||
|
+++ b/tools/hid2hci.rules
|
||||||
|
@@ -16,6 +16,9 @@ KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[
|
||||||
|
# Logitech, Inc. diNovo Edge Keyboard
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c714", \
|
||||||
|
RUN+="hid2hci --method=logitech-hid --devpath=%p"
|
||||||
|
+# Logitech, Inc. Unifying Receiver
|
||||||
|
+KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", \
|
||||||
|
+ RUN+="hid2hci --method=logitech-hid --devpath=%p"
|
||||||
|
|
||||||
|
ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end"
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.2.5
|
||||||
|
|
@ -33,19 +33,15 @@ PKG_IS_ADDON="no"
|
|||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--disable-device-mapper \
|
PKG_CONFIGURE_OPTS_HOST="--disable-shared --without-readline"
|
||||||
--enable-static \
|
|
||||||
--disable-shared \
|
|
||||||
--without-readline \
|
|
||||||
--disable-rpath \
|
|
||||||
--with-gnu-ld"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
|
||||||
|
|
||||||
post_make_target() {
|
post_make_target() {
|
||||||
# dont build parallel
|
# dont build parallel
|
||||||
MAKEFLAGS=-j1
|
MAKEFLAGS=-j1
|
||||||
|
@ -95,7 +95,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-gtk-doc \
|
|||||||
--without-utempter \
|
--without-utempter \
|
||||||
--without-systemdsystemunitdir"
|
--without-systemdsystemunitdir"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET --enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user