User Tools

Site Tools


linux:xinput

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:xinput [2016/05/19 17:15] – created Wulf Rajeklinux:xinput [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Xinput tests ======+====== Logitech H820e Headset ====== 
 + 
 +===== Linux button config ===== 
 + 
 +The following disables the Logitech Headset buttons as input device (to avoid messing up mouse input). The mute button still works, but volume control is disabled as well. 
 + 
 +http://www.g8rengineer.com/#/article/726 
 +<code> 
 +lsusb 
 +#identify the ID of logitech headset i.e.  
 +#Bus 001 Device 007: ID 046d:0a49 Logitech, Inc.  
 + 
 +sudo tee /usr/share/X11/xorg.conf.d/50-LogitechInc.conf << EOF 
 +Section "InputClass" 
 +    Identifier "Logitech, Inc." 
 +    MatchUSBID "046d:0a49" 
 +    Option "Ignore" "on" 
 +EndSection 
 +EOF 
 +</code>
  
 This is debug tests to possible enable the buttons on the Logitech H820e headset. This is debug tests to possible enable the buttons on the Logitech H820e headset.
Line 33: Line 52:
 fi fi
 </code> </code>
 +
 +===== Battery replacement =====
 +
 +Images of location of the rechargeable Li-ion battery for replacement.
 +Battery specs and numbers:
 +430mAh 3.7V 1.6Wh 
 +533-000095
 +AHB582930
 +L/N 1307
 +3402076-0612
 +
 +Dimensions: 28.5mm x 28.5mm x 6.5mm
 +
 +{{:linux:img_20210727_182146.jpg?nolink&400 |}}
 +
 +{{:linux:img_20210727_182154.jpg?nolink&400 |}}
 +
linux/xinput.1463674550.txt.gz · Last modified: 2023/05/29 11:53 (external edit)