[cec] get the CEC devices that are connected to the system from libCEC, rather than...
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 15 Nov 2012 01:17:17 +0000 (02:17 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 28 Feb 2013 19:14:23 +0000 (20:14 +0100)
commit59171c7a030f8a9c913abbce931967a6a8ff6897
treee8cc5774655fed8e13874fc847d1d9d4d0524a97
parent8d2e0fe0d3cd5592765910de545ff471c90cea8c
[cec] get the CEC devices that are connected to the system from libCEC, rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
16 files changed:
XBMC.xcodeproj/project.pbxproj
configure.in
project/BuildDependencies/scripts/libcec_d.txt
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
system/peripherals.xml
tools/android/depends/libcec/Makefile
tools/darwin/depends/libcec/Makefile
xbmc/peripherals/PeripheralTypes.h
xbmc/peripherals/Peripherals.cpp
xbmc/peripherals/bus/Makefile.in
xbmc/peripherals/bus/linux/PeripheralBusRPi.cpp [deleted file]
xbmc/peripherals/bus/linux/PeripheralBusRPi.h [deleted file]
xbmc/peripherals/bus/virtual/PeripheralBusCEC.cpp [new file with mode: 0644]
xbmc/peripherals/bus/virtual/PeripheralBusCEC.h [new file with mode: 0644]
xbmc/peripherals/devices/PeripheralCecAdapter.cpp