• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H13-Jul-2020-164148

debian/H13-Jul-2020-2,1801,897

docs/H13-Jul-2020-222178

include/H03-May-2022-2,8451,739

project/H03-May-2022-673576

src/H13-Jul-2020-35,33323,007

support/H13-Jul-2020-

systemd/H13-Jul-2020-3021

windows/H13-Jul-2020-462380

.gitignoreH A D13-Jul-20201.3 KiB10891

.gitmodulesH A D13-Jul-2020287 109

AUTHORSH A D13-Jul-2020131 33

COPYINGH A D13-Jul-202016 KiB312258

ChangeLogH A D13-Jul-202024 21

DoxyfileH A D13-Jul-202064.6 KiB1,5611,119

README.mdH A D13-Jul-20201.7 KiB4027

README.md

1![Pulse-Eight logo](https://pulseeight.files.wordpress.com/2016/02/pulse-eight-logo-white-on-green.png?w=200)
2
3# About
4This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.
5
6A list of FAQ (Frequently Asked Questions) can be found on [libCEC's FAQ page](http://libcec.pulse-eight.com/faq).
7
8.Net client applications, previously part of this repository, have been moved to [this repository](https://github.com/Pulse-Eight/cec-dotnet).
9
10# Supported platforms
11
12## Linux & BSD
13See [docs/README.linux.md](docs/README.linux.md).
14
15## Apple OS X
16See [docs/README.osx.md](docs/README.osx.md).
17
18## Microsoft Windows
19See [docs/README.windows.md](docs/README.windows.md).
20
21# Supported hardware
22* [Pulse-Eight USB-CEC Adapter](https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter)
23* [Pulse-Eight Intel NUC CEC Adapter](https://www.pulse-eight.com/p/154/intel-nuc-hdmi-cec-adapter)
24* [Pulse-Eight CEC Adapter for Skull Canyon and Hades Canyon NUC systems](https://www.pulse-eight.com/p/207/skull-canyon-nuc-cec-adapter)
25* [Raspberry Pi](https://www.raspberrypi.org/)
26* Some Exynos SoCs
27* NXP TDA995x
28* Odroid C2 (Amlogic S905)
29
30# Developers
31See [docs/README.developers.md](docs/README.developers.md).
32
33# Vendor specific notes
34
35## Panasonic
36* On Panasonic to enable media control buttons on bottom of the remote, you may have to change the operation mode. To change it, press bottom Power-button, keep it pressed, and press 7 3 Stop. After releasing Power-button, Play, Pause, etc should work in XBMC.
37
38## Raspberry Pi
39* If your TV cannot detect the Raspberry Pi's CEC, or if the the Pi can't detect the TV, try adding the following line in `/boot/config.txt` and reboot the Pi: `hdmi_force_hotplug=1`
40