mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
remove RC_HW_TRIPLEDRAGON
Origin commit data
------------------
Branch: ni/coolstream
Commit: 36a0af3ab4
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Origin message was:
------------------
- remove RC_HW_TRIPLEDRAGON
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1907,17 +1907,6 @@ void CRCInput::set_rc_hw(void)
|
||||
ir_protocol = IR_PROTOCOL_RC5;
|
||||
ir_address = 0x000A;
|
||||
break;
|
||||
case RC_HW_TRIPLEDRAGON:
|
||||
ir_protocol = IR_PROTOCOL_RMAP_E;
|
||||
ir_address = 0x000A; // with device id 0
|
||||
// ir_address = 0x100A; // with device id 1
|
||||
// ir_address = 0x200A; // with device id 2
|
||||
// ir_address = 0x300A; // with device id 3
|
||||
// ir_address = 0x400A; // with device id 4
|
||||
// ir_address = 0x500A; // with device id 5
|
||||
// ir_address = 0x600A; // with device id 6
|
||||
// ir_address = 0x700A; // with device id 7
|
||||
break;
|
||||
default:
|
||||
ir_protocol = IR_PROTOCOL_NECE;
|
||||
ir_address = 0xFF80;
|
||||
|
Reference in New Issue
Block a user