Skip to content

Commit

Permalink
ConsumerIr: Don't convert MS to pulses
Browse files Browse the repository at this point in the history
The kernel does it for us

Change-Id: I53e6acf0db671c61543598b2b527422844c30c44
  • Loading branch information
HazouPH committed Nov 28, 2021
1 parent 4785f95 commit b3a149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/samsung_ir.h
Expand Up @@ -38,7 +38,7 @@ using android::hardware::ir::V1_0::ConsumerIrFreqRange;
* can override this header in your device tree
*/
// Some devices need MS_IR_SIGNAL to avoid ms to pulses conversionn
//#define MS_IR_SIGNAL
#define MS_IR_SIGNAL

static const std::vector<ConsumerIrFreqRange> consumerirFreqs = {
{.min = 30000, .max = 30000},
Expand Down

0 comments on commit b3a149a

Please sign in to comment.