[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#818471: xserver-xorg-input-synaptics: syndaemon not disabling touch pad



Package: xserver-xorg-input-synaptics
Version: 1.8.3-1+b1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Syndaemon doesn't disable the touchpad.  It seems to have no effect
whatsoever.

I've tried running if from the command line, using a variety
combinations:

  syndaemon -d -p "/tmp/syndaemon.pid" -i 5 -m 50
  syndaemon -d -i 5 -R
  syndaemon -d -t -R
  syndaemon -d -t -K

I've also tried similar set of combinations when running from
/etc/X11/Xsession.d/98x11-syndaemon:

  # start synaptics daemon to enable proper communication with touchpad
  /usr/bin/syndaemon -d -i 5 -R

Regardless of how it was started, it had no effect.  Testing consisted
typing in gnome-terminal and gvim and moving / tapping the touchpad.

There are two config files under /etc/X11.
/etc/X11/xorg.conf.d/touchpad.conf contains:

  #
  # Turn on two finger scrolling.
  #
  Section "InputClass"
    Identifier	"Touchpad twofinger scroll"
    MatchIsTouchpad "yes"
    Option	"ZAxisMapping"		"4 5"
    Option	"HorizTwoFingerScroll"	"true"
    Option	"VertTwoFingerScroll"	"true"
    Option	"FastTaps"		"on"
    Option	"AccelFactor"		"0.1028806" #2x
    Option	"MinSpeed"		"1"
    Option	"MaxSpeed"		"4.75"
    Option	"TapButton1"		"1"
    Option	"TapButton2"		"3"
    Option	"TapButton3"		"2"
  EndSection

/etc/X11/xorg.conf.d/ctrl-alt-bksp.conf:

  #
  # Turn on control+alt+backspace killing of the X server.
  #
  Section "InputClass"
    Identifier	"Enable keyboard ctrl_alt_bksp"
    MatchIsKeyboard "yes"
    Option	"XkbOptions" "terminate:ctrl_alt_bksp"
  EndSection


An strace of "syndaemon -R -i 5" reveals it is receiving events
from the keyboard, it is sending a command somewhere, waiting 5
seconds, then sending another command that differs by 1 bit.
That's exactly what I would expect, so I suspect the problem
is somewhere else. Here is the strace output:

  20:58:55 recvmsg(4, -{msg_name(0)=NULL, msg_iov(1)=[{"\1\0\v\0\10\0\0\0\0\0pa\0\0\0\0\r\rD\0\0\0\0\0_stencil"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 64
  20:58:55 recvmsg(4, 0x7ffc5bc8ef70, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:58:55 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
  20:58:55 writev(3, [{"\203'\6\0004\1\0\0\23\0\0\0\0\0\0\0\1\0\0\0\17\0\6\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
  20:58:55 poll([{fd=3, events=POLLIN}], 1, 4294967295) = 1 ([{fd=3, revents=POLLIN}])
  20:58:55 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"\1'\310\0\1\0\0\0\23\0\0\0\0\0\0\0\1\0\0\0\10\17\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 36
  20:58:55 recvmsg(3, 0x7ffc5bc8ee50, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:58:55 recvmsg(3, 0x7ffc5bc8ee50, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:58:55 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
  20:58:55 writev(3, [{"\203%\6\0004\1\0\0\23\0\0\0\17\10\0\0\1\0\0\0\1\0\6\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
  20:58:55 recvmsg(3, 0x7ffc5bc8ef50, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:58:55 select(5, [4], NULL, NULL, {5, 0}) = 1 (in [4], left {4, 946654})
  20:58:56 recvmsg(4, {msg_name(0)=NULL, msg_iov(1)=[{"\1\0\v\0\10\0\0\0\0\0pa\0\0\0\0D\rD\0\0\0\0\0_stencil"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 64
  20:58:56 recvmsg(4, 0x7ffc5bc8ef70, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:58:56 select(5, [4], NULL, NULL, {5, 0}) = 0 (Timeout)
  20:59:01 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, revents=POLLOUT}])
  20:59:01 writev(3, [{"\203%\6\0004\1\0\0\23\0\0\0\17\10\0\0\1\0\0\0\0\0\6\0", 24}, {NULL, 0}, {"", 0}], 3) = 24
  20:59:01 recvmsg(3, 0x7ffc5bc8ef50, 0)  = -1 EAGAIN (Resource temporarily unavailable)
  20:59:01 select(5, [4], NULL, NULL, NULL) = 1 (in [4])


- -- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
- ----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
- ---------------------------------
total 8
- -rw-r--r-- 1 root root 210 Feb 12 15:32 ctrl-alt-bksp.conf
- -rw-r--r-- 1 root root 441 Mar 14 13:03 touchpad.conf

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
- -------------------------------
Linux version 4.4.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.3.1 20160205 (Debian 5.3.1-8) ) #1 SMP Debian 4.4.2-3 (2016-02-21)

Xorg X server log files on system:
- ----------------------------------
- -rw-r--r-- 1 root root 29367 Mar 17 20:26 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
- ---------------------------------------------------------------------
[  2522.461] 
X.Org X Server 1.18.1
Release Date: 2016-02-08
[  2522.461] X Protocol Version 11, Revision 0
[  2522.461] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[  2522.461] Current Operating System: Linux ras 4.4.0-1-amd64 #1 SMP Debian 4.4.2-3 (2016-02-21) x86_64
[  2522.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1-amd64 root=/dev/nvme0n1p1 ro
[  2522.461] Build Date: 09 February 2016  11:06:03AM
[  2522.461] xorg-server 2:1.18.1-1 (http://www.debian.org/support) 
[  2522.461] Current version of pixman: 0.33.6
[  2522.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2522.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2522.461] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 17 20:26:38 2016
[  2522.461] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2522.461] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2522.461] (==) No Layout section.  Using the first Screen section.
[  2522.461] (==) No screen section available. Using defaults.
[  2522.461] (**) |-->Screen "Default Screen Section" (0)
[  2522.461] (**) |   |-->Monitor "<default monitor>"
[  2522.461] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2522.461] (==) Automatically adding devices
[  2522.461] (==) Automatically enabling devices
[  2522.461] (==) Automatically adding GPU devices
[  2522.461] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2522.461] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  2522.461] 	Entry deleted from font path.
[  2522.461] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  2522.461] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2522.461] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2522.461] (II) Loader magic: 0x55fc818d3dc0
[  2522.461] (II) Module ABI versions:
[  2522.461] 	X.Org ANSI C Emulation: 0.4
[  2522.461] 	X.Org Video Driver: 20.0
[  2522.461] 	X.Org XInput driver : 22.1
[  2522.461] 	X.Org Server Extension : 9.0
[  2522.462] (++) using VT number 7

[  2522.462] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2522.463] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2522.464] (--) PCI:*(0:0:2:0) 8086:191b:1028:06e4 rev 6, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64
[  2522.464] (II) LoadModule: "glx"
[  2522.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2522.465] (II) Module glx: vendor="X.Org Foundation"
[  2522.465] 	compiled for 1.18.1, module version = 1.0.0
[  2522.465] 	ABI class: X.Org Server Extension, version 9.0
[  2522.465] (==) AIGLX enabled
[  2522.465] (==) Matched intel as autoconfigured driver 0
[  2522.465] (==) Matched intel as autoconfigured driver 1
[  2522.465] (==) Matched modesetting as autoconfigured driver 2
[  2522.465] (==) Matched fbdev as autoconfigured driver 3
[  2522.465] (==) Matched vesa as autoconfigured driver 4
[  2522.465] (==) Assigned the driver to the xf86ConfigLayout
[  2522.465] (II) LoadModule: "intel"
[  2522.466] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  2522.466] (II) Module intel: vendor="X.Org Foundation"
[  2522.466] 	compiled for 1.18.1, module version = 2.99.917
[  2522.466] 	Module class: X.Org Video Driver
[  2522.466] 	ABI class: X.Org Video Driver, version 20.0
[  2522.466] (II) LoadModule: "modesetting"
[  2522.466] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2522.466] (II) Module modesetting: vendor="X.Org Foundation"
[  2522.466] 	compiled for 1.18.1, module version = 1.18.1
[  2522.466] 	Module class: X.Org Video Driver
[  2522.466] 	ABI class: X.Org Video Driver, version 20.0
[  2522.466] (II) LoadModule: "fbdev"
[  2522.466] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  2522.466] (II) Module fbdev: vendor="X.Org Foundation"
[  2522.466] 	compiled for 1.18.0, module version = 0.4.4
[  2522.466] 	Module class: X.Org Video Driver
[  2522.466] 	ABI class: X.Org Video Driver, version 20.0
[  2522.466] (II) LoadModule: "vesa"
[  2522.466] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  2522.466] (II) Module vesa: vendor="X.Org Foundation"
[  2522.466] 	compiled for 1.18.0, module version = 2.3.4
[  2522.466] 	Module class: X.Org Video Driver
[  2522.466] 	ABI class: X.Org Video Driver, version 20.0
[  2522.466] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  2522.466] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[  2522.466] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[  2522.466] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[  2522.466] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2522.466] (II) FBDEV: driver for framebuffer: fbdev
[  2522.466] (II) VESA: driver for VESA chipsets: vesa
[  2522.466] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151010
[  2522.466] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160218-1 (Timo Aaltonen <tjaalton@debian.org>)
[  2522.466] (II) intel(0): SNA compiled for use with valgrind
[  2522.467] (WW) Falling back to old probe method for modesetting
[  2522.467] (WW) Falling back to old probe method for fbdev
[  2522.467] (II) Loading sub module "fbdevhw"
[  2522.467] (II) LoadModule: "fbdevhw"
[  2522.467] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  2522.467] (II) Module fbdevhw: vendor="X.Org Foundation"
[  2522.467] 	compiled for 1.18.1, module version = 0.0.2
[  2522.467] 	ABI class: X.Org Video Driver, version 20.0
[  2522.467] (WW) Falling back to old probe method for vesa
[  2522.467] (--) intel(0): gen9 engineering sample
[  2522.467] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[  2522.467] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2522.467] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  2522.467] (==) intel(0): RGB weight 888
[  2522.467] (==) intel(0): Default visual is TrueColor
[  2522.471] (II) intel(0): Output eDP1 has no monitor section
[  2522.484] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[  2522.484] (II) intel(0): Enabled output eDP1
[  2522.484] (II) intel(0): Output DP1 has no monitor section
[  2522.484] (II) intel(0): Enabled output DP1
[  2522.484] (II) intel(0): Output HDMI1 has no monitor section
[  2522.484] (II) intel(0): Enabled output HDMI1
[  2522.484] (II) intel(0): Output DP2 has no monitor section
[  2522.484] (II) intel(0): Enabled output DP2
[  2522.484] (II) intel(0): Output HDMI2 has no monitor section
[  2522.484] (II) intel(0): Enabled output HDMI2
[  2522.484] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  2522.485] (II) intel(0): Output VIRTUAL1 has no monitor section
[  2522.485] (II) intel(0): Enabled output VIRTUAL1
[  2522.485] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[  2522.485] (==) intel(0): TearFree disabled
[  2522.485] (==) intel(0): DPI set to (96, 96)
[  2522.485] (II) Loading sub module "dri2"
[  2522.485] (II) LoadModule: "dri2"
[  2522.485] (II) Module "dri2" already built-in
[  2522.485] (II) Loading sub module "present"
[  2522.485] (II) LoadModule: "present"
[  2522.485] (II) Module "present" already built-in
[  2522.485] (II) UnloadModule: "modesetting"
[  2522.485] (II) Unloading modesetting
[  2522.485] (II) UnloadModule: "fbdev"
[  2522.485] (II) Unloading fbdev
[  2522.485] (II) UnloadSubModule: "fbdevhw"
[  2522.485] (II) Unloading fbdevhw
[  2522.485] (II) UnloadModule: "vesa"
[  2522.486] (II) Unloading vesa
[  2522.486] (==) Depth 24 pixmap format is 32 bpp
[  2522.486] (II) intel(0): SNA initialized with generic backend
[  2522.486] (==) intel(0): Backing store enabled
[  2522.486] (==) intel(0): Silken mouse enabled
[  2522.486] (II) intel(0): HW Cursor enabled
[  2522.486] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2522.486] (==) intel(0): DPMS enabled
[  2522.486] (==) intel(0): Display hotplug detection enabled
[  2522.486] (II) intel(0): Textured video not supported on this hardware or backend
[  2522.486] (II) intel(0): [DRI2] Setup complete
[  2522.486] (II) intel(0): [DRI2]   DRI driver: i965
[  2522.486] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  2522.486] (II) intel(0): direct rendering: DRI2 enabled
[  2522.486] (II) intel(0): hardware support for Present enabled
[  2522.486] (--) RandR disabled
[  2522.490] (II) SELinux: Disabled on system
[  2522.499] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  2522.499] (II) AIGLX: enabled GLX_ARB_create_context
[  2522.499] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  2522.499] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  2522.499] (II) AIGLX: enabled GLX_INTEL_swap_event
[  2522.499] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  2522.499] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  2522.499] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  2522.499] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  2522.499] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[  2522.499] (II) AIGLX: Loaded and initialized i965
[  2522.499] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2522.509] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  2522.509] (II) intel(0): Setting screen physical size to 1016 x 571
[  2522.534] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  2522.534] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2522.534] (**) Power Button: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.534] (II) LoadModule: "evdev"
[  2522.534] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2522.534] (II) Module evdev: vendor="X.Org Foundation"
[  2522.534] 	compiled for 1.18.0, module version = 2.10.1
[  2522.534] 	Module class: X.Org XInput Driver
[  2522.534] 	ABI class: X.Org XInput driver, version 22.1
[  2522.534] (II) Using input driver 'evdev' for 'Power Button'
[  2522.534] (**) Power Button: always reports core events
[  2522.534] (**) evdev: Power Button: Device: "/dev/input/event6"
[  2522.534] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2522.534] (--) evdev: Power Button: Found keys
[  2522.534] (II) evdev: Power Button: Configuring as keyboard
[  2522.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[  2522.534] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2522.534] (**) Option "xkb_rules" "evdev"
[  2522.534] (**) Option "xkb_model" "pc105"
[  2522.534] (**) Option "xkb_layout" "us"
[  2522.534] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.545] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[  2522.545] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2522.545] (**) Video Bus: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.545] (II) Using input driver 'evdev' for 'Video Bus'
[  2522.545] (**) Video Bus: always reports core events
[  2522.545] (**) evdev: Video Bus: Device: "/dev/input/event11"
[  2522.545] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  2522.545] (--) evdev: Video Bus: Found keys
[  2522.545] (II) evdev: Video Bus: Configuring as keyboard
[  2522.545] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
[  2522.545] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2522.545] (**) Option "xkb_rules" "evdev"
[  2522.545] (**) Option "xkb_model" "pc105"
[  2522.545] (**) Option "xkb_layout" "us"
[  2522.545] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.545] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[  2522.545] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2522.545] (**) Video Bus: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.545] (II) Using input driver 'evdev' for 'Video Bus'
[  2522.545] (**) Video Bus: always reports core events
[  2522.545] (**) evdev: Video Bus: Device: "/dev/input/event12"
[  2522.545] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  2522.545] (--) evdev: Video Bus: Found keys
[  2522.545] (II) evdev: Video Bus: Configuring as keyboard
[  2522.545] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15/event12"
[  2522.545] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  2522.545] (**) Option "xkb_rules" "evdev"
[  2522.545] (**) Option "xkb_model" "pc105"
[  2522.545] (**) Option "xkb_layout" "us"
[  2522.545] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.546] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  2522.546] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2522.546] (**) Power Button: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.546] (II) Using input driver 'evdev' for 'Power Button'
[  2522.546] (**) Power Button: always reports core events
[  2522.546] (**) evdev: Power Button: Device: "/dev/input/event4"
[  2522.546] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2522.546] (--) evdev: Power Button: Found keys
[  2522.546] (II) evdev: Power Button: Configuring as keyboard
[  2522.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
[  2522.546] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  2522.546] (**) Option "xkb_rules" "evdev"
[  2522.546] (**) Option "xkb_model" "pc105"
[  2522.546] (**) Option "xkb_layout" "us"
[  2522.546] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.546] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  2522.546] (II) No input driver specified, ignoring this device.
[  2522.546] (II) This device may have been added with another device file.
[  2522.546] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[  2522.546] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  2522.546] (**) Sleep Button: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.546] (II) Using input driver 'evdev' for 'Sleep Button'
[  2522.546] (**) Sleep Button: always reports core events
[  2522.546] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[  2522.546] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  2522.546] (--) evdev: Sleep Button: Found keys
[  2522.546] (II) evdev: Sleep Button: Configuring as keyboard
[  2522.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event5"
[  2522.546] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  2522.546] (**) Option "xkb_rules" "evdev"
[  2522.546] (**) Option "xkb_model" "pc105"
[  2522.546] (**) Option "xkb_layout" "us"
[  2522.546] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.547] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event7)
[  2522.547] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[  2522.547] (**) Integrated_Webcam_HD: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.547] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
[  2522.547] (**) Integrated_Webcam_HD: always reports core events
[  2522.547] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event7"
[  2522.547] (--) evdev: Integrated_Webcam_HD: Vendor 0xc45 Product 0x6713
[  2522.547] (--) evdev: Integrated_Webcam_HD: Found keys
[  2522.547] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
[  2522.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9/event7"
[  2522.547] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 11)
[  2522.547] (**) Option "xkb_rules" "evdev"
[  2522.547] (**) Option "xkb_model" "pc105"
[  2522.547] (**) Option "xkb_layout" "us"
[  2522.547] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.547] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event1)
[  2522.547] (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
[  2522.547] (II) Using input driver 'evdev' for 'ELAN Touchscreen'
[  2522.547] (**) ELAN Touchscreen: always reports core events
[  2522.547] (**) evdev: ELAN Touchscreen: Device: "/dev/input/event1"
[  2522.547] (--) evdev: ELAN Touchscreen: Vendor 0x4f3 Product 0x21d4
[  2522.547] (--) evdev: ELAN Touchscreen: Found absolute axes
[  2522.547] (--) evdev: ELAN Touchscreen: Found absolute multitouch axes
[  2522.547] (II) evdev: ELAN Touchscreen: No buttons found, faking one.
[  2522.547] (--) evdev: ELAN Touchscreen: Found x and y absolute axes
[  2522.547] (--) evdev: ELAN Touchscreen: Found absolute touchscreen
[  2522.547] (II) evdev: ELAN Touchscreen: Configuring as touchscreen
[  2522.547] (**) evdev: ELAN Touchscreen: YAxisMapping: buttons 4 and 5
[  2522.547] (**) evdev: ELAN Touchscreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2522.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3/event1"
[  2522.547] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 12)
[  2522.547] (II) evdev: ELAN Touchscreen: initialized for absolute axes.
[  2522.547] (**) ELAN Touchscreen: (accel) keeping acceleration scheme 1
[  2522.547] (**) ELAN Touchscreen: (accel) acceleration profile 0
[  2522.547] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[  2522.547] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[  2522.548] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse0)
[  2522.548] (II) No input driver specified, ignoring this device.
[  2522.548] (II) This device may have been added with another device file.
[  2522.548] (II) config/udev: Adding input device DLL06E4:01 06CB:7A13 Touchpad (/dev/input/event10)
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: Applying InputClass "evdev touchpad catchall"
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: Applying InputClass "evdev touchscreen catchall"
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: Applying InputClass "touchpad catchall"
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: Applying InputClass "Default clickpad buttons"
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: Applying InputClass "Touchpad twofinger scroll"
[  2522.548] (II) LoadModule: "synaptics"
[  2522.548] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2522.548] (II) Module synaptics: vendor="X.Org Foundation"
[  2522.548] 	compiled for 1.18.0, module version = 1.8.3
[  2522.548] 	Module class: X.Org XInput Driver
[  2522.548] 	ABI class: X.Org XInput driver, version 22.1
[  2522.548] (II) Using input driver 'synaptics' for 'DLL06E4:01 06CB:7A13 Touchpad'
[  2522.548] (**) DLL06E4:01 06CB:7A13 Touchpad: always reports core events
[  2522.548] (**) Option "Device" "/dev/input/event10"
[  2522.612] (II) synaptics: DLL06E4:01 06CB:7A13 Touchpad: found clickpad property
[  2522.612] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: x-axis range 0 - 1228 (res 12)
[  2522.612] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: y-axis range 0 - 928 (res 12)
[  2522.613] (II) synaptics: DLL06E4:01 06CB:7A13 Touchpad: device does not report pressure, will use touch data.
[  2522.613] (II) synaptics: DLL06E4:01 06CB:7A13 Touchpad: device does not report finger width.
[  2522.613] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: buttons: left double triple
[  2522.613] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: Vendor 0x6cb Product 0x7a13
[  2522.613] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: invalid pressure range.  defaulting to 0 - 255
[  2522.613] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: invalid finger width range.  defaulting to 0 - 15
[  2522.613] (**) Option "VertTwoFingerScroll" "true"
[  2522.613] (**) Option "HorizTwoFingerScroll" "true"
[  2522.613] (**) Option "TapButton1" "1"
[  2522.613] (**) Option "TapButton2" "3"
[  2522.613] (**) Option "TapButton3" "2"
[  2522.613] (**) Option "MinSpeed" "1"
[  2522.613] (**) Option "MaxSpeed" "4.75"
[  2522.613] (**) Option "AccelFactor" "0.1028806"
[  2522.613] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  2522.613] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: touchpad found
[  2522.613] (**) DLL06E4:01 06CB:7A13 Touchpad: always reports core events
[  2522.636] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12/event10"
[  2522.636] (II) XINPUT: Adding extended input device "DLL06E4:01 06CB:7A13 Touchpad" (type: TOUCHPAD, id 13)
[  2522.636] (**) synaptics: DLL06E4:01 06CB:7A13 Touchpad: (accel) MinSpeed is now constant deceleration 1.0
[  2522.636] (**) synaptics: DLL06E4:01 06CB:7A13 Touchpad: (accel) MaxSpeed is now 4.75
[  2522.636] (**) synaptics: DLL06E4:01 06CB:7A13 Touchpad: (accel) AccelFactor is now 0.103
[  2522.636] (**) DLL06E4:01 06CB:7A13 Touchpad: (accel) keeping acceleration scheme 1
[  2522.636] (**) DLL06E4:01 06CB:7A13 Touchpad: (accel) acceleration profile 1
[  2522.636] (**) DLL06E4:01 06CB:7A13 Touchpad: (accel) acceleration factor: 2.000
[  2522.636] (**) DLL06E4:01 06CB:7A13 Touchpad: (accel) acceleration threshold: 4
[  2522.637] (--) synaptics: DLL06E4:01 06CB:7A13 Touchpad: touchpad found
[  2522.638] (II) config/udev: Adding input device DLL06E4:01 06CB:7A13 Touchpad (/dev/input/mouse2)
[  2522.638] (**) DLL06E4:01 06CB:7A13 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[  2522.639] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event13)
[  2522.639] (II) No input driver specified, ignoring this device.
[  2522.639] (II) This device may have been added with another device file.
[  2522.639] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[  2522.639] (II) No input driver specified, ignoring this device.
[  2522.639] (II) This device may have been added with another device file.
[  2522.640] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  2522.640] (II) No input driver specified, ignoring this device.
[  2522.640] (II) This device may have been added with another device file.
[  2522.640] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[  2522.640] (II) No input driver specified, ignoring this device.
[  2522.640] (II) This device may have been added with another device file.
[  2522.641] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2522.641] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2522.641] (**) AT Translated Set 2 keyboard: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.641] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2522.641] (**) AT Translated Set 2 keyboard: always reports core events
[  2522.641] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2522.641] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  2522.641] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  2522.641] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  2522.642] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2522.642] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[  2522.642] (**) Option "xkb_rules" "evdev"
[  2522.642] (**) Option "xkb_model" "pc105"
[  2522.642] (**) Option "xkb_layout" "us"
[  2522.642] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2522.642] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event2)
[  2522.642] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  2522.642] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[  2522.642] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  2522.642] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  2522.642] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad twofinger scroll"
[  2522.642] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  2522.642] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2522.642] (**) Option "Device" "/dev/input/event2"
[  2522.692] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1278 - 5664 (res 0)
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1206 - 4646 (res 0)
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  2522.692] (**) Option "VertTwoFingerScroll" "true"
[  2522.692] (**) Option "HorizTwoFingerScroll" "true"
[  2522.692] (**) Option "TapButton1" "1"
[  2522.692] (**) Option "TapButton2" "3"
[  2522.692] (**) Option "TapButton3" "2"
[  2522.692] (**) Option "MinSpeed" "1"
[  2522.692] (**) Option "MaxSpeed" "4.75"
[  2522.692] (**) Option "AccelFactor" "0.1028806"
[  2522.692] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  2522.692] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  2522.692] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2522.716] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event2"
[  2522.716] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[  2522.716] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 1.0
[  2522.716] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 4.75
[  2522.716] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.103
[  2522.716] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  2522.716] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  2522.716] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  2522.716] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  2522.716] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  2522.717] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[  2522.717] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  2522.718] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  2522.718] (II) No input driver specified, ignoring this device.
[  2522.718] (II) This device may have been added with another device file.
[  2522.719] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[  2522.719] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  2522.719] (**) Dell WMI hotkeys: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  2522.719] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[  2522.719] (**) Dell WMI hotkeys: always reports core events
[  2522.719] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event9"
[  2522.719] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[  2522.719] (--) evdev: Dell WMI hotkeys: Found keys
[  2522.719] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[  2522.719] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event9"
[  2522.719] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[  2522.719] (**) Option "xkb_rules" "evdev"
[  2522.719] (**) Option "xkb_model" "pc105"
[  2522.719] (**) Option "xkb_layout" "us"
[  2522.719] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  2524.487] (II) intel(0): EDID vendor "SHP", prod id 5182
[  2524.487] (II) intel(0): Printing DDC gathered Modelines:
[  2524.487] (II) intel(0): Modeline "3840x2160"x0.0  533.25  3840 3888 3920 4000  2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)

udev information:
- -----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2078361

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2188599
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2323485

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11
N: input/event11
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2367942
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_01
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2323990

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15/event12
N: input/event12
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input15/event12
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2392704
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2038347

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2180879
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
E: EV=21
E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PRODUCT=19/0/5/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=1
E: TAGS=:seat:
E: USEC_INITIALIZED=1946541

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5/event3
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2000698

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: KEY=4000 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PRODUCT=19/0/3/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2056996

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2188604
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9
E: EV=3
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_12_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Webcam_HD
E: ID_MODEL_ENC=Integrated_Webcam_HD
E: ID_MODEL_ID=6713
E: ID_PATH=pci-0000:00:14.0-usb-0:12:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_0
E: ID_REVISION=5605
E: ID_SERIAL=CN045G28724875CLB817A01_Integrated_Webcam_HD
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CN045G28724875CLB817A01
E: ID_VENDOR_ENC=CN045G28724875CLB817A01
E: ID_VENDOR_ID=0c45
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v0C45p6713e5605-e0,1,kD4,ramlsfw
E: NAME="Integrated_Webcam_HD"
E: PHYS="usb-0000:00:14.0-12/button"
E: PRODUCT=3/c45/6713/5605
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2153998

P: /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9/event7
N: input/event7
S: input/by-id/usb-CN045G28724875CLB817A01_Integrated_Webcam_HD-event-if00
S: input/by-path/pci-0000:00:14.0-usb-0:12:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:12:1.0-event /dev/input/by-id/usb-CN045G28724875CLB817A01_Integrated_Webcam_HD-event-if00
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9/event7
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Webcam_HD
E: ID_MODEL_ENC=Integrated_Webcam_HD
E: ID_MODEL_ID=6713
E: ID_PATH=pci-0000:00:14.0-usb-0:12:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_0
E: ID_REVISION=5605
E: ID_SERIAL=CN045G28724875CLB817A01_Integrated_Webcam_HD
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CN045G28724875CLB817A01
E: ID_VENDOR_ENC=CN045G28724875CLB817A01
E: ID_VENDOR_ID=0c45
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2205971
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3
E: ABS=3273800000000003
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3
E: EV=b
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_9_1_0
E: ID_INPUT=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_MODEL=Touchscreen
E: ID_MODEL_ENC=Touchscreen
E: ID_MODEL_ID=21d4
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_0
E: ID_REVISION=1111
E: ID_SERIAL=ELAN_Touchscreen
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=ELAN
E: ID_VENDOR_ENC=ELAN
E: ID_VENDOR_ID=04f3
E: KEY=400 0 0 0 0 0
E: MODALIAS=input:b0003v04F3p21D4e0110-e0,1,3,k14A,ra0,1,2F,30,31,34,35,36,39,3C,3D,mlsfw
E: NAME="ELAN Touchscreen"
E: PHYS="usb-0000:00:14.0-9/input0"
E: PRODUCT=3/4f3/21d4/110
E: PROP=2
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1568864

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3/event1
N: input/event1
S: input/by-id/usb-ELAN_Touchscreen-event-if00
S: input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event
E: DEVLINKS=/dev/input/by-id/usb-ELAN_Touchscreen-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:9:1.0-event
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=188
E: ID_INPUT_TOUCHSCREEN=1
E: ID_INPUT_WIDTH_MM=333
E: ID_MODEL=Touchscreen
E: ID_MODEL_ENC=Touchscreen
E: ID_MODEL_ID=21d4
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_0
E: ID_REVISION=1111
E: ID_SERIAL=ELAN_Touchscreen
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=ELAN
E: ID_VENDOR_ENC=ELAN
E: ID_VENDOR_ID=04f3
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1601224

P: /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3/mouse0
N: input/mouse0
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:21D4.0001/input/input3/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_MODEL=Touchscreen
E: ID_MODEL_ENC=Touchscreen
E: ID_MODEL_ID=21d4
E: ID_PATH=pci-0000:00:14.0-usb-0:9:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_9_1_0
E: ID_REVISION=1111
E: ID_SERIAL=ELAN_Touchscreen
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=ELAN
E: ID_VENDOR_ENC=ELAN
E: ID_VENDOR_ID=04f3
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1572514

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12
E: ABS=260800000000003
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12
E: EV=b
E: ID_FOR_SEAT=input-pci-0000_00_15_1-platform-i2c_designware_1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: KEY=e520 10000 0 0 0 0
E: MODALIAS=input:b0018v06CBp7A13e0100-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,2F,35,36,39,mlsfw
E: NAME="DLL06E4:01 06CB:7A13 Touchpad"
E: PHYS="i2c-DLL06E4:01"
E: PRODUCT=18/6cb/7a13/100
E: PROP=5
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2286104

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12/event10
N: input/event10
S: input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12/event10
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=77
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_INPUT_WIDTH_MM=102
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2336643

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12/mouse2
N: input/mouse2
S: input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-mouse
E: DEVNAME=/dev/input/mouse2
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL06E4:01/0018:06CB:7A13.0002/input/input12/mouse2
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=34
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2286792

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel PCH Headphone Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=3410128

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input16/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input16/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3437069

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input17
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel PCH HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=3410128

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input17/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input17/event14
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3444900

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input18
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel PCH HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=3409898

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input18/event15
N: input/event15
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input18/event15
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3464916

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input19
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel PCH HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=3410093

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input19/event16
N: input/event16
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input19/event16
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: USEC_INITIALIZED=3472904

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=1100f02902000 8380307cf910f001 feffffdfffefffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8D,8E,8F,94,98,9B,9C,9D,9E,9F,A2,A3,A4,A5,A6,AC,AD,B7,B8,B9,BF,CD,D4,D7,D9,E0,E1,E2,E3,EC,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=839594

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEYBOARD_KEY_81=playpause
E: KEYBOARD_KEY_82=stopcd
E: KEYBOARD_KEY_83=previoussong
E: KEYBOARD_KEY_84=nextsong
E: KEYBOARD_KEY_85=brightnessdown
E: KEYBOARD_KEY_86=brightnessup
E: KEYBOARD_KEY_87=battery
E: KEYBOARD_KEY_88=unknown
E: KEYBOARD_KEY_89=ejectclosecd
E: KEYBOARD_KEY_8F=switchvideomode
E: KEYBOARD_KEY_8a=suspend
E: KEYBOARD_KEY_8b=switchvideomode
E: KEYBOARD_KEY_8c=!unknown
E: KEYBOARD_KEY_90=previoussong
E: KEYBOARD_KEY_91=prog1
E: KEYBOARD_KEY_92=media
E: KEYBOARD_KEY_93=unknown
E: KEYBOARD_KEY_95=camera
E: KEYBOARD_KEY_97=email
E: KEYBOARD_KEY_98=f21
E: KEYBOARD_KEY_99=nextsong
E: KEYBOARD_KEY_9a=setup
E: KEYBOARD_KEY_9b=switchvideomode
E: KEYBOARD_KEY_9e=f21
E: KEYBOARD_KEY_a2=playpause
E: KEYBOARD_KEY_a4=stopcd
E: KEYBOARD_KEY_d8=screenlock
E: KEYBOARD_KEY_d9=f21
E: KEYBOARD_KEY_ed=media
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1604930
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input2
E: ABS=660800011000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input2
E: EV=b
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=e520 10000 0 0 0 0
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/7/1b1
E: PROP=5
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=1789194

P: /devices/platform/i8042/serio1/input/input2/event2
N: input/event2
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event2
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1832778

P: /devices/platform/i8042/serio1/input/input2/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1789765

P: /devices/platform/pcspkr/input/input10
E: DEVPATH=/devices/platform/pcspkr/input/input10
E: EV=40001
E: ID_FOR_SEAT=input-platform-pcspkr
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PRODUCT=10/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2156508

P: /devices/platform/pcspkr/input/input10/event8
N: input/event8
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/platform/pcspkr/input/input10/event8
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2193061

P: /devices/virtual/input/input11
E: DEVPATH=/devices/virtual/input/input11
E: EV=13
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=101000b00000400 100000 e000000000000 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,94,CA,E0,E1,E3,F0,F8,ram4,lsfw
E: MSC=10
E: NAME="Dell WMI hotkeys"
E: PHYS="wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2169061

P: /devices/virtual/input/input11/event9
N: input/event9
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/virtual/input/input11/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2196833
E: XKBLAYOUT=us
E: XKBMODEL=pc105


DRM Information from dmesg:
- ---------------------------
[    0.747405] Linux agpgart interface v0.103
[    1.922599] [drm] Initialized drm 1.1.0 20060810
[    2.012588] [drm] Memory usable by graphics device = 4096M
[    2.012784] [drm] Replacing VGA console driver
[    2.022011] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.022018] [drm] Driver supports precise vblank timestamp query.
[    2.314856] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[    2.316594] fbcon: inteldrmfb (fb0) is primary device
[    3.389652] [drm:intel_dp_link_training_channel_equalization [i915]] *ERROR* 5.4 Gbps link rate without HBR2/TPS3 support
[    3.702856] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.759681] [drm] RC6 on


- -- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                                  2.21-9
ii  libevdev2                              1.4.6+dfsg-1
ii  libx11-6                               2:1.6.3-1
ii  libxi6                                 2:1.7.6-1
ii  libxtst6                               2:1.2.2-1+b1
ii  xserver-xorg-core [xorg-input-abi-22]  2:1.18.1-1

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
pn  gpointing-device-settings  <none>
pn  touchfreeze                <none>

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVuqTj6zUn4heVFJuAQqd1xAAo1buXdG4GD9D2880xYZBdMHaI40JxJhd
9tXTVRd1EXfhnLNu4xQaBQEQHs4afTfWJH0QoFKoG3QHz/t5ma+GEepn91JGfupV
IfaUWMXWUDk4igh66tj+RT38K5wA6cqi3k5LeQ4NbsKi4ZoFSCn93VV2G88fvM05
J7LwVpNSAT5vXoP3WqOLtHf9H9QpvLiWWL3aYzjKs6HY/tPHiyfC6zFB810Rrlfu
F+D+34tCpevaHwf5sjbpluemRa1IoLR1fs1+X/JRNkzNNStqjte7EWChNiuK5O2M
KzViipr0ykSeFRzg44S8Dw3dpe2e1AfKG1VZQXVpqSAtsAD9claPzCNz5cXPbGox
eG8+NSkTlebbH767hBNCv65ubk6SEwgvMiVmqXTd5EkPd9RC19V5B5TqPBxiDeSh
k12ePhufoDpueOFiw2gmDiCe5aUn50gV9YT1HyCsTXhs/Ifqa63C/h3upzPX1Q6O
vk23eo/F9v4fK/xxY2N1JrpoC3Vwz4E+9NZEOZKhX1dVxsO1A66jDBpzuuQ3y8sh
AyV7yg6PlOLtPlSM+ArBXk2i6zrY/hg9xH4e6dh7dEy+mWq1Os6VQd14nwH2Z8Np
o66LCtjIT88R1CQadqAkf9O4s09B9yI9CGPBHZVY1vO4EJNW3xtGD60bT96QKUu+
UEeXLXxoy0k=
=nBON
-----END PGP SIGNATURE-----


Reply to: