Fix ansible-lint violations: FQCN, formatting, bugs, role renames
- Auto-fix FQCN, YAML formatting, jinja spacing, and free-form module syntax via ansible-lint --fix - Fix comments misplaced inside module args by the auto-fixer (bluetooth-monitor, pi_standard_setup, pi_musicmouse) - Fix notify: references left stale (lowercase) after handler names were re-cased, which would have silently broken reboot/restart handlers (pi_disable_onboard_bluetooth, pi_hifiberry_amp, pi_squeezelite, pi_standard_setup) - Fix a task in pis/debmatic-install.yml missing its module name (apt_repository), which caused a real syntax-check failure - Add missing play names, fix comment spacing, literal-compare idiom, and no-changed-when annotations - Delete unused/broken roles/better-shell-env (unreferenced, invalid YAML) - Rename all hyphenated role directories to underscore form to satisfy ansible-lint's role-name rule, updating every playbook/meta reference Remaining lint findings (var-naming, package-latest, risky-file-permissions, no-handler) intentionally left for follow-up per user decision.
This commit is contained in:
79
roles/pi_lirc/files/hauppauge.conf
Normal file
79
roles/pi_lirc/files/hauppauge.conf
Normal file
@@ -0,0 +1,79 @@
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
|
||||
#
|
||||
# contributed by
|
||||
#
|
||||
# brand: Hauppauge 350
|
||||
# Created: G.J. Werler (The Netherlands)
|
||||
# Project: Mythtv Fedora Pundit-R www.mythtvportal.com
|
||||
# Date: 2004/11/28
|
||||
# model no. of remote control: Hauppauge A415-HPG
|
||||
# devices being controlled by this remote: PVR-350
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name Hauppauge
|
||||
bits 13
|
||||
flags RC5|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
one 969 811
|
||||
zero 969 811
|
||||
plead 1097
|
||||
gap 114605
|
||||
toggle_bit 2
|
||||
|
||||
begin codes
|
||||
KEY_GOTO 0x00000000000017BB
|
||||
KEY_POWER 0x00000000000017BD
|
||||
KEY_TV 0x000000000000179C
|
||||
KEY_VIDEO 0x0000000000001798
|
||||
KEY_MUSIC 0x0000000000001799
|
||||
KEY_PICTURES 0x000000000000179A
|
||||
KEY_EPG 0x000000000000179B
|
||||
KEY_RADIO 0x000000000000178C
|
||||
KEY_UP 0x0000000000001794
|
||||
KEY_LEFT 0x0000000000001796
|
||||
KEY_RIGHT 0x0000000000001797
|
||||
KEY_DOWN 0x0000000000001795
|
||||
KEY_OK 0x00000000000017A5
|
||||
KEY_EXIT 0x000000000000179F
|
||||
KEY_MENU 0x000000000000178D
|
||||
KEY_VOLUMEUP 0x0000000000001790
|
||||
KEY_VOLUMEDOWN 0x0000000000001791
|
||||
KEY_CHANNEL 0x0000000000001792
|
||||
KEY_MUTE 0x000000000000178F
|
||||
KEY_CHANNELUP 0x00000000000017A0
|
||||
KEY_CHANNELDOWN 0x00000000000017A1
|
||||
KEY_RECORD 0x00000000000017B7
|
||||
KEY_STOP 0x00000000000017B6
|
||||
KEY_PREVIOUS 0x00000000000017B2
|
||||
KEY_PLAY 0x00000000000017B5
|
||||
KEY_FORWARD 0x00000000000017B4
|
||||
KEY_REWIND 0x00000000000017A4
|
||||
KEY_PAUSE 0x00000000000017B0
|
||||
KEY_FASTFORWARD 0x000000000000179E
|
||||
BTN_1 0x0000000000001781
|
||||
BTN_2 0x0000000000001782
|
||||
BTN_3 0x0000000000001783
|
||||
BTN_4 0x0000000000001784
|
||||
BTN_5 0x0000000000001785
|
||||
BTN_6 0x0000000000001786
|
||||
BTN_7 0x0000000000001787
|
||||
BTN_8 0x0000000000001788
|
||||
BTN_9 0x0000000000001789
|
||||
KEY_NUMERIC_STAR 0x000000000000178A
|
||||
BTN_0 0x0000000000001780
|
||||
KEY_NUMERIC_POUND 0x000000000000178E
|
||||
KEY_RED 0x000000000000178B
|
||||
KEY_GREEN 0x00000000000017AE
|
||||
KEY_YELLOW 0x00000000000017B8
|
||||
KEY_BLUE 0x00000000000017A9
|
||||
end codes
|
||||
|
||||
end remote
|
||||
|
||||
|
||||
Reference in New Issue
Block a user