[BACK]Return to usbhidaction.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / usbhidaction

Diff for /src/usr.bin/usbhidaction/usbhidaction.1 between version 1.11 and 1.12

version 1.11, 2011/03/07 14:59:06 version 1.12, 2015/02/27 22:30:56
Line 107 
Line 107 
 # The volume range is 0..255. Moving 8 volume steps each keypress  # The volume range is 0..255. Moving 8 volume steps each keypress
 # moves quickly through the volume range but still has decent  # moves quickly through the volume range but still has decent
 # granularity.  # granularity.
 Consumer:Volume_Up                                                 1  Consumer:Volume_Increment                                          1
         mixerctl -f $1 outputs.master=+8          mixerctl -f $1 outputs.master=+8
 Consumer:Volume_Down                                               1  Consumer:Volume_Decrement                                          1
         mixerctl -f $1 outputs.master=-8          mixerctl -f $1 outputs.master=-8
 Consumer:Mute                                                      1  Consumer:Mute                                                      1
         mixerctl -f $1 outputs.master.mute=toggle          mixerctl -f $1 outputs.master.mute=toggle

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12