Skip to content

Commit

Permalink
Fix missinig single quote in ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmimi committed May 24, 2022
1 parent bb04840 commit 62492a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/hid-monitor-control.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$input_source_table = {


:EV2456 => { :D-SUB => 0x0100, :DVI => 0x200, :DisplayPort => 0x0300, :HDMI => 0x0400 },
:EV2456 => { :'D-SUB' => 0x0100, :DVI => 0x200, :DisplayPort => 0x0300, :HDMI => 0x0400 },
:EV2750 => { :DVI => 0x0200, :DisplayPort => 0x0300, :HDMI => 0x0400 },
:EV2760 => { :DVI => 0x0200, :DisplayPort1 => 0x0300, :DisplayPort2 => 0x0301, :HDMI => 0x0400 },
:EV3895 => { :DisplayPort => 0x0300, :'USB-C' => 0x0301, :HDMI1 => 0x0400, :HDMI2 => 0x0401 },
Expand Down

0 comments on commit 62492a3

Please sign in to comment.