mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-frodo: update to xbmc-frodo-5184234
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
be5b09fb01
commit
14264306cd
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-frodo-theme-Confluence"
|
||||
PKG_VERSION="ba2c709"
|
||||
PKG_VERSION="5184234"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-frodo"
|
||||
PKG_VERSION="ba2c709"
|
||||
PKG_VERSION="5184234"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,25 +0,0 @@
|
||||
From 35c9bf5bd0f9d03541280df8d7b9af0bf6ffb1a4 Mon Sep 17 00:00:00 2001
|
||||
From: Lars Op den Kamp <lars@opdenkamp.eu>
|
||||
Date: Wed, 29 Aug 2012 13:43:55 +0200
|
||||
Subject: [PATCH] cec: also match 2548:1002 to the cec adapter
|
||||
|
||||
---
|
||||
system/peripherals.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/system/peripherals.xml b/system/peripherals.xml
|
||||
index cf0c6c4..76a1df9 100644
|
||||
--- a/system/peripherals.xml
|
||||
+++ b/system/peripherals.xml
|
||||
@@ -9,7 +9,7 @@
|
||||
<setting key="key_power" value="XBMC.ShutDown()" label="13015" order="6" />
|
||||
</peripheral>
|
||||
|
||||
- <peripheral vendor_product="2548:1001" bus="usb" name="Pulse-Eight CEC Adapter" mapTo="cec">
|
||||
+ <peripheral vendor_product="2548:1001,2548:1002" bus="usb" name="Pulse-Eight CEC Adapter" mapTo="cec">
|
||||
<setting key="enabled" type="bool" value="1" label="305" order="1" />
|
||||
<setting key="activate_source" type="bool" value="1" label="36020" order="2" />
|
||||
<setting key="wake_devices" type="string" value="0" label="36007" order="3" />
|
||||
--
|
||||
1.7.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user