Lars Op den Kamp [Mon, 25 Feb 2013 00:47:07 +0000 (01:47 +0100)]
rpi: register callback for HPD. re-read the physical address when we received VC_HDMI_ATTACHED. issue #109
Lars Op den Kamp [Sun, 24 Feb 2013 11:40:26 +0000 (12:40 +0100)]
added DetectAdapters() method, that returns all device information for detected adapters, not just the com port
Lars Op den Kamp [Sat, 26 Jan 2013 01:21:53 +0000 (02:21 +0100)]
rpi: don't try to release the logical address (and fail). fix verified by the logs in https://github.com/Pulse-Eight/libcec/issues/111#issuecomment-
12728216
Lars Op den Kamp [Tue, 22 Jan 2013 01:13:37 +0000 (02:13 +0100)]
don't send two active source message sequences to philips. issue #118
Lars Op den Kamp [Tue, 22 Jan 2013 01:11:57 +0000 (02:11 +0100)]
don't send deck status updates to philips when activating the source
Lars Op den Kamp [Tue, 22 Jan 2013 00:59:10 +0000 (01:59 +0100)]
rpi: don't wait for a response (and fail) when opening a connection. issue #109
Lars Op den Kamp [Tue, 22 Jan 2013 00:47:18 +0000 (01:47 +0100)]
rpi: don't try to re-register a logical address when the logical address isn't registered and we receive a VC_CEC_LOGICAL_ADDR_LOST message from the firmware. issue #109
Lars Op den Kamp [Tue, 22 Jan 2013 00:24:24 +0000 (01:24 +0100)]
sync with LibCecSharp
Lars Op den Kamp [Tue, 22 Jan 2013 00:23:46 +0000 (01:23 +0100)]
added vendor id for Denon
Lars Op den Kamp [Tue, 22 Jan 2013 00:18:04 +0000 (01:18 +0100)]
cosmetics
Lars Op den Kamp [Tue, 22 Jan 2013 00:11:53 +0000 (01:11 +0100)]
update the active source status correctly after a manual switch to another source. closes #124
Lars Op den Kamp [Tue, 8 Jan 2013 16:53:59 +0000 (08:53 -0800)]
Merge pull request #117 from n8o/master
LibCECTray updates and fixes
Nate Burr [Mon, 7 Jan 2013 17:33:09 +0000 (10:33 -0700)]
LibCECTray updates and fixes
Added ability to send modifiers by nesting commands in KeyInput.cs
Made it so that if you click the first column in the WMC grid view. It'll send the command to the open app.
Fixed bug with libcec adding the keyup for button commands and making sure they are still executed.
Lars Op den Kamp [Mon, 31 Dec 2012 11:48:59 +0000 (03:48 -0800)]
Merge pull request #112 from linuxstb/master
Fix C API
Dave Chapman [Sat, 29 Dec 2012 10:01:06 +0000 (10:01 +0000)]
Rename cec_audio_status() to cec_audio_get_status() to avoid conflict with the cec_audio_status enum. This makes the C API compile again.
Lars Op den Kamp [Mon, 10 Dec 2012 09:23:00 +0000 (01:23 -0800)]
Merge pull request #102 from vulpesvelox/rpi_cflags
[RPi] Fixed build on 'next' firmware branch
Nedim Lisica [Sun, 9 Dec 2012 17:18:10 +0000 (18:18 +0100)]
Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix building on 'next' firmware branch
Lars Op den Kamp [Thu, 6 Dec 2012 22:58:56 +0000 (23:58 +0100)]
make liblockdev optional
Lars Op den Kamp [Thu, 6 Dec 2012 22:49:17 +0000 (23:49 +0100)]
search for clock_gettime instead of blindly linking rt
Lars Op den Kamp [Thu, 6 Dec 2012 22:43:35 +0000 (23:43 +0100)]
don't set -Werror by default for releases
Lars Op den Kamp [Thu, 6 Dec 2012 20:02:11 +0000 (21:02 +0100)]
bump to v2.0.5
Lars Op den Kamp [Thu, 6 Dec 2012 19:48:32 +0000 (20:48 +0100)]
Merge branch 'development'
Lars Op den Kamp [Tue, 4 Dec 2012 02:24:42 +0000 (03:24 +0100)]
fix initial audiostatus value
Lars Op den Kamp [Tue, 4 Dec 2012 01:59:13 +0000 (02:59 +0100)]
don't log a no longer relevant FIXME
Lars Op den Kamp [Tue, 4 Dec 2012 01:56:48 +0000 (02:56 +0100)]
also try polls at least twice when it failed
Lars Op den Kamp [Tue, 4 Dec 2012 01:29:47 +0000 (02:29 +0100)]
added methods to get the audiostatus and toggle the mute status
Lars Op den Kamp [Tue, 27 Nov 2012 01:01:55 +0000 (02:01 +0100)]
added comboKey and iComboKeyTimeoutMs to libcec_configuration. force cec_user_control_code_unknown to 0xFF. #define CEC_FEATURE_CONFIGURABLE_COMBO_KEY. default combo key to F1(blue)
Lars Op den Kamp [Tue, 4 Dec 2012 00:05:35 +0000 (01:05 +0100)]
check unsupported features properly
Lars Op den Kamp [Mon, 3 Dec 2012 23:57:01 +0000 (00:57 +0100)]
only send an active source message when the stream path changed and we weren't the active source yet
Lars Op den Kamp [Mon, 3 Dec 2012 23:48:22 +0000 (00:48 +0100)]
press & hold
Lars Op den Kamp [Mon, 3 Dec 2012 23:44:24 +0000 (00:44 +0100)]
never mark user control opcodes as unsupported
Lars Op den Kamp [Mon, 3 Dec 2012 21:23:34 +0000 (22:23 +0100)]
don't mark as inactive source on routing changes
Lars Op den Kamp [Sun, 2 Dec 2012 09:56:58 +0000 (10:56 +0100)]
report our OSD name to the TV, since some TVs don't request it
Lars Op den Kamp [Sat, 17 Nov 2012 02:33:33 +0000 (03:33 +0100)]
Merge branch 'master' into release
Lars Op den Kamp [Sat, 17 Nov 2012 02:32:32 +0000 (03:32 +0100)]
bit nicer than
1c8829bdd654b1cb7ed2c1bd1c7a437d5b198bcf, also send the key to clients when receiving a vendor key up
Lars Op den Kamp [Sat, 17 Nov 2012 02:23:59 +0000 (03:23 +0100)]
Merge branch 'master' into release
Lars Op den Kamp [Sat, 17 Nov 2012 02:22:27 +0000 (03:22 +0100)]
philips: some models send a vendor key release after a normal key press. only the first press was picked up because of this. closes #92
Lars Op den Kamp [Thu, 15 Nov 2012 14:51:25 +0000 (15:51 +0100)]
Merge branch 'master' into release
Lars Op den Kamp [Thu, 15 Nov 2012 14:29:40 +0000 (15:29 +0100)]
fixed - string wasn't null terminated when logging 'set menu language'
Lars Op den Kamp [Thu, 15 Nov 2012 14:23:20 +0000 (15:23 +0100)]
don't mark a device as present after poll messages. it might be trying to allocate a logical address
Lars Op den Kamp [Thu, 15 Nov 2012 14:15:52 +0000 (15:15 +0100)]
transmit an abort message when the vendor id is requested for philips, instead of returning philips's vendor id
Lars Op den Kamp [Thu, 15 Nov 2012 14:02:52 +0000 (15:02 +0100)]
display an alert message when another device uses the same physical address as libCEC uses, and reset libCEC's address to the default, 1.0.0.0 when this happens. bugzid: 831
Lars Op den Kamp [Thu, 15 Nov 2012 13:57:45 +0000 (14:57 +0100)]
bump CEC_LATEST_ADAPTER_FW_VERSION
Lars Op den Kamp [Thu, 15 Nov 2012 09:47:00 +0000 (10:47 +0100)]
fixed typo in CCECBusDevice::SetActiveRoute(). issue #89
Lars Op den Kamp [Thu, 15 Nov 2012 01:27:06 +0000 (02:27 +0100)]
updated changelog
Lars Op den Kamp [Thu, 15 Nov 2012 00:06:57 +0000 (01:06 +0100)]
updated version number in the windows installer
Lars Op den Kamp [Thu, 15 Nov 2012 00:04:19 +0000 (01:04 +0100)]
fixed include path for threads.h in PHCommandHandler.h
Lars Op den Kamp [Wed, 14 Nov 2012 23:54:42 +0000 (00:54 +0100)]
fixed: return value wasn't updated in GetLogicalAddresses()
Lars Op den Kamp [Wed, 14 Nov 2012 23:42:34 +0000 (00:42 +0100)]
send active source message when we received a routing change with a device that is handled by libCEC as address. issue #89
Lars Op den Kamp [Wed, 14 Nov 2012 23:07:22 +0000 (00:07 +0100)]
added 'is' command to cec-client, to mark libCEC as inactive source
Lars Op den Kamp [Wed, 14 Nov 2012 17:19:22 +0000 (18:19 +0100)]
bump to 2.0.4. dropped obsolete cec-config
Lars Op den Kamp [Wed, 14 Nov 2012 16:01:17 +0000 (17:01 +0100)]
added CEC_CLIENT_VERSION_CURRENT and CEC_SERVER_VERSION_CURRENT. closes #88
Lars Op den Kamp [Wed, 14 Nov 2012 15:52:32 +0000 (16:52 +0100)]
support colon separated data for the 'tx' command in cec-client
Lars Op den Kamp [Wed, 14 Nov 2012 10:55:53 +0000 (11:55 +0100)]
only change the handler of the primary device if the tv has a quirks mode, not for other devices
Lars Op den Kamp [Wed, 14 Nov 2012 09:55:40 +0000 (10:55 +0100)]
send an active source message when the route was set to the physical address that is handled by libCEC
Lars Op den Kamp [Wed, 14 Nov 2012 09:46:12 +0000 (10:46 +0100)]
default double tap timeout wasn't set for panasonic
Lars Op den Kamp [Wed, 14 Nov 2012 09:39:22 +0000 (10:39 +0100)]
philips TVs sometimes keep sending key presses without key releases
Lars Op den Kamp [Wed, 14 Nov 2012 09:27:01 +0000 (10:27 +0100)]
don't update the power status when the stream path is reset
Lars Op den Kamp [Wed, 14 Nov 2012 02:43:14 +0000 (03:43 +0100)]
fixed - philips TVs ignore 'image view on' right after they were sent into standby. check the power status of the tv every 5 seconds, until it reports to have powered on
Lars Op den Kamp [Wed, 14 Nov 2012 01:33:36 +0000 (02:33 +0100)]
mark a device as powered on when receiving a stream path or routing change
Lars Op den Kamp [Wed, 14 Nov 2012 01:26:52 +0000 (02:26 +0100)]
no need to cache the physical address of the active source in the device map; the address of the active source is sent along with the message
Lars Op den Kamp [Wed, 14 Nov 2012 01:21:34 +0000 (02:21 +0100)]
fixed - update the active source status correct on stream path changes
Lars Op den Kamp [Wed, 14 Nov 2012 00:45:39 +0000 (01:45 +0100)]
added handler for philips. ignore repeating 'display information' keypresses from the tv, cause it keeps spamming this until another button is pressed
Lars Op den Kamp [Wed, 14 Nov 2012 00:08:04 +0000 (01:08 +0100)]
ensure that we only send 'image view on' when needed
Lars Op den Kamp [Tue, 13 Nov 2012 13:25:06 +0000 (14:25 +0100)]
Revert "updated CEC_LATEST_ADAPTER_FW_DATE". Update this after we released the firmware.
This reverts commit
82a7cf7e6b0dde638f3e6572cf401c10807d733e.
Lars Op den Kamp [Tue, 13 Nov 2012 13:14:09 +0000 (14:14 +0100)]
fixed: mark the TV as 'in transition standby -> on' after sending 'image view on', so we don't spam the TV with 'image view on' command while waiting for it to finish powering up. bugzid: 1603. bugzid: 1609. bugzid: 1592
Lars Op den Kamp [Mon, 12 Nov 2012 23:30:09 +0000 (00:30 +0100)]
only mark a device as active source from cache if it's powered on
Lars Op den Kamp [Mon, 12 Nov 2012 20:59:57 +0000 (21:59 +0100)]
updated CEC_LATEST_ADAPTER_FW_DATE
Lars Op den Kamp [Mon, 12 Nov 2012 16:42:20 +0000 (17:42 +0100)]
signal all waiting threads when receiving an active source message, cache the current active source address, so the info doesn't get lost when we don't know the physical address yet. fixes incorrect or slow active source queries
Lars Op den Kamp [Mon, 12 Nov 2012 15:34:39 +0000 (16:34 +0100)]
fixed - request the active source before requesting device information in cec-client, or it'll display incorrect information when called the first time
Lars Op den Kamp [Mon, 12 Nov 2012 15:25:25 +0000 (16:25 +0100)]
update the value of CCECProcessor::m_bMonitor when registering a client. SetControlled() wasn't called on exit, so it took 30 seconds until it was auto-enabled
Lars Op den Kamp [Mon, 12 Nov 2012 15:04:12 +0000 (16:04 +0100)]
mark the adapter as (in)active source for firmware v3+
Lars Op den Kamp [Mon, 12 Nov 2012 09:27:23 +0000 (10:27 +0100)]
silence 'unused' warning properly. closes #86
Lars Op den Kamp [Fri, 9 Nov 2012 15:39:34 +0000 (16:39 +0100)]
fixed - only change the type of the client to 'playback device' instead of 'recorder' for panasonic if the TV is a panasonic. issue #84
Lars Op den Kamp [Fri, 9 Nov 2012 15:32:55 +0000 (16:32 +0100)]
always poll the TV if it's marked as not present. issue #83. issue #84
Lars Op den Kamp [Fri, 9 Nov 2012 13:39:38 +0000 (14:39 +0100)]
fixed - only set m_iCurrentButton when the duration isn't known yet. fixes duplicate key press for vendor remote codes. closes #81
Martin Ellis [Thu, 8 Nov 2012 20:07:49 +0000 (20:07 +0000)]
fixed: delete the right registry key
Martin Ellis [Thu, 8 Nov 2012 20:07:23 +0000 (20:07 +0000)]
cosmetics: captialisation of words
Lars Op den Kamp [Wed, 31 Oct 2012 14:58:41 +0000 (15:58 +0100)]
Merge branch 'master' into release
Lars Op den Kamp [Wed, 31 Oct 2012 14:57:57 +0000 (15:57 +0100)]
changelog updated for 2.0.3
Lars Op den Kamp [Wed, 31 Oct 2012 14:55:42 +0000 (15:55 +0100)]
increased double tap timeout to 250ms
Lars Op den Kamp [Wed, 31 Oct 2012 14:45:14 +0000 (15:45 +0100)]
renamed CuBox and NXP* to TDA995x
Lars Op den Kamp [Wed, 31 Oct 2012 14:37:15 +0000 (15:37 +0100)]
added bootstrap script. updated README
Lars Op den Kamp [Wed, 31 Oct 2012 11:05:53 +0000 (12:05 +0100)]
bump version number to 2.0.3 and updated changelog
Lars Op den Kamp [Wed, 31 Oct 2012 12:36:03 +0000 (13:36 +0100)]
fixed - LG doesn't send routing changes, and marks the TV as active source when switching to another source that's not been selected in the simplink menu instead. this change keeps libCEC marked as powered on and keep the deck state set to CEC_DECK_INFO_OTHER_STATUS_LG. fixes keypresses not working after switching to another source and back to libCEC's hdmi port via the source select menu instead of the simplink menu. github issue #71
Lars Op den Kamp [Wed, 31 Oct 2012 10:08:59 +0000 (11:08 +0100)]
log what data we received exactly when we receive an response from the pi's firmware that doesn't match any command that we sent. issue #77
Lars Op den Kamp [Thu, 25 Oct 2012 12:26:23 +0000 (14:26 +0200)]
fixed - some TVs send keypresses to us without making us the active source. mark us as active source when this happens. issue #71
Lars Op den Kamp [Thu, 25 Oct 2012 12:14:54 +0000 (14:14 +0200)]
fix for LG models that send a vendor key up after a normal key down. issue #71
Lars Op den Kamp [Thu, 25 Oct 2012 11:58:12 +0000 (13:58 +0200)]
respond with CEC_ABORT_REASON_INVALID_OPERAND when receiving a keypress without a parameter
Lars Op den Kamp [Thu, 25 Oct 2012 11:56:43 +0000 (13:56 +0200)]
log unhandled vendor remote keycodes in the log, so they get logged without debugging enabled
Lars Op den Kamp [Thu, 25 Oct 2012 10:12:25 +0000 (12:12 +0200)]
fixed typo in stop+pause combo key
Lars Op den Kamp [Thu, 25 Oct 2012 08:51:51 +0000 (10:51 +0200)]
fixed - don't respond with an abort message when receiving a vendor remote button command
Lars Op den Kamp [Tue, 23 Oct 2012 13:28:53 +0000 (15:28 +0200)]
fixed - don't try to set controlled mode when using firmware version 1 and crash. closes #76
Lars Op den Kamp [Fri, 19 Oct 2012 08:01:22 +0000 (01:01 -0700)]
Merge pull request #73 from warped-rudi/Pulse-Eight
Added adapter ID interface for NXP (CuBox)
warped-rudi [Fri, 19 Oct 2012 05:56:19 +0000 (07:56 +0200)]
Added adapter ID interface
Lars Op den Kamp [Thu, 18 Oct 2012 14:45:54 +0000 (16:45 +0200)]
fixed - new combo key handling broke samsung's vendor specific remote buttons. github issue #54
Lars Op den Kamp [Thu, 18 Oct 2012 13:58:17 +0000 (15:58 +0200)]
fixed handling of active route changes. github issue #56 and issue #58
Lars Op den Kamp [Thu, 18 Oct 2012 13:50:07 +0000 (15:50 +0200)]
added CCECDeviceMap::GetChildrenOf()
Lars Op den Kamp [Thu, 18 Oct 2012 11:51:42 +0000 (13:51 +0200)]
added CCECTypeUtils::PhysicalAddressIsIncluded()
Lars Op den Kamp [Mon, 15 Oct 2012 15:27:38 +0000 (17:27 +0200)]
Merge branch 'master' into release