Add USB ID for other irmp variant

This commit is contained in:
Alexander Grothe 2018-01-21 12:20:13 +01:00
parent 9a53fbc1de
commit b43181b9cc
3 changed files with 442 additions and 442 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3957,7 +3957,7 @@ dependencies:
apt:
name: yavdr-hardware-irmp
state: present
when: '"1209:4444" in usb'
when: '"1209:4444" in usb or "16c0:27d9" in usb'
#+END_SRC
**** TODO add other device ids if necessary

View File

@ -5,4 +5,4 @@
apt:
name: yavdr-hardware-irmp
state: present
when: '"1209:4444" in usb'
when: '"1209:4444" in usb or "16c0:27d9" in usb'