aboutsummaryrefslogtreecommitdiffstats
path: root/consumerir
Commit message (Collapse)AuthorAgeFilesLines
* consumerir: Convert transmit input from ms to pulsesChristopher R. Palmer2014-09-291-1/+4
| | | | | | | | | | | | | | | | | | | | | According to: https://developer.android.com/reference/android/hardware/ConsumerIrManager.html#transmit%28int,%20int[]%29 the pattern is supposed to be in ms. Apparently Samsung and HTC in versions 4.4.2 and earlier of Android were treating this as the number of pulses instead of ms. This is what our HAL is supporting because it mimic'ed what the vendors were doing. However, we should switch to the correct spec of the pattern (ms) and eventually this will cause apps to converge on the right patterns. Currently, this change will break half the existing apps and cause the other half of the apps to stop being broken and to start working. Change-Id: I3d7c5104011e285324c31acb6333cae514d09ff6
* kona-common: add consumerir halsbrissen2013-12-132-0/+158
credits: Aaron Jackson http://review.cyanogenmod.org/#/c/55741/ Change-Id: Iff173da6f728ab28fe1b9d91dba4156a3c63e14b