aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2012-12-06[cec] don't send explicit wakeup commands when only the TV is marked to be po...Lars Op den Kamp
2012-12-06[cec] fixed - don't send an active source message for the next playlist item ...Lars Op den Kamp
2012-12-06[cec] fixed - make xbmc the active source again when resuming from standby an...Lars Op den Kamp
2012-11-19[cec] fixed - don't store the vendor id of the tv that libCEC sends back, or ...Lars Op den Kamp
2012-11-16make sure we setup the peripheral manager dialog prior to init'ing the window...Jonathan Marshall
2012-11-12[cec] don't try to set the OSD string on the TV. it's not supported by any TV...Lars Op den Kamp
2012-11-07Merge pull request #1688 from Memphiz/libusbArne Morten Kvarving
2012-11-01[droid] - make the PeripheralBusUSB support available for android as wellMemphiz
2012-10-31[cec] mapped some unmapped buttonsLars Op den Kamp
2012-10-30[pvr] No need to override OnAction when the base classes handle itJonathan Marshall
2012-10-27[cec] fixed - suppress activate source messages on OnPlay after receiving OnS...Lars Op den Kamp
2012-10-27[cec] be a bit less verbose in the debug log. libCEC already logs thisLars Op den Kamp
2012-10-09[cec] fixed wrong translationLars Op den Kamp
2012-10-09[cec] added hidden setting to configure the double tap prevention timeoutLars Op den Kamp
2012-10-09[cec] reset all members to their default values when reopening the connectionLars Op den Kamp
2012-10-09[cec] simplify 'wake_devices' and 'standby_devices' settings by showing an en...Lars Op den Kamp
2012-10-09[cec] simplify settings - use an enum instead of logical addresses for the 'c...Lars Op den Kamp
2012-10-09[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, a...Lars Op den Kamp
2012-10-03Merge pull request #1189 from Karlson2k/Blacklist_Problem_ImonLars Op den Kamp
2012-10-03[Peripheral] Add PeripheralImon to Peripherals.cppKarlson2k
2012-10-03[Peripheral] Add new class 'PeripheralImon'Karlson2k
2012-10-01[Peripheral] Add iMON to PeripheralTypes.hKarlson2k
2012-10-01[Peripheral] Fix early lock.Leave() in UnregisterRemovedDevices in Peripheral...Karlson2k
2012-10-01[Peripheral] Cosmetics: Update outdated comment in PeripheralBus.hKarlson2k
2012-10-01Merge pull request #1419 from Pulse-Eight/cec-activate-on-playbackLars Op den Kamp
2012-09-27Merge pull request #1306 from koying/cecsetupLars Op den Kamp
2012-09-20[cec] fixed - don't send standby commands directly in CPeripheralCecAdapter::...Lars Op den Kamp
2012-09-20[cec] added StandbyDevices()Lars Op den Kamp
2012-09-20[cec] fixed - don't activate the source directly in CPeripheralCecAdapter::An...Lars Op den Kamp
2012-09-20[cec] make XBMC the active source when playback starts (optional, enabled by ...Lars Op den Kamp
2012-09-20[cec] added ActivateSource()Lars Op den Kamp
2012-09-19removed no longer needed ifdefsLars Op den Kamp
2012-09-18[cec] fixed - don't send standby commands when the cec adapter is being disabledLars Op den Kamp
2012-09-13[rpi/cec] and now correct, use CEC_RPI_VIRTUAL_COM from cectypes.h (which als...Lars Op den Kamp
2012-09-13[rpi/cec] fixed - don't add the name of the bus to the virtual location on th...Lars Op den Kamp
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-09makefile.in clean up and add USE_OMXLIB to build controldavilla
2012-09-08adjust GUIDialogPeripheralManager: we would run OnInitWindow twice due to not...pieh
2012-09-05Fix up problems related to unreachable codeKyle Hill
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
2012-09-04[rbp] #define the virtual PID and VID to use for the RPi peripheralsLars Op den Kamp
2012-08-20[peripherals/udev] changed move get file descriptor to waitforupdategimli
2012-08-20[peripherals/udev] fixed fd < 0 means errorgimli
2012-08-20[peripherals/udev] fixed do not close fd we got from udev and a race condition.gimli
2012-08-19CHG: CEC: Assign the "Setup menu" button to "Title", i.e. context menuChris \\\"Koying\\\" Browet
2012-08-12[rbp] fixed protect return vales in peripherals toogimli
2012-08-10[rbp] cec: added support for the Raspberry Pi. needs libCEC v1.8.0+. other ta...gimli
2012-08-03Merge pull request #1203 from pieh/peripherals_update_settingsArne Morten Kvarving
2012-07-31cec: map the data (teletext) button to XINPUT_IR_REMOTE_TELETEXT and subpictu...Lars Op den Kamp