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

Bug#570567: marked as done (xserver-xorg-input-evdev: Should not enabled evdev when only INPUT_KEY is found)



Your message dated Thu, 21 Oct 2010 19:16:20 +0200
with message-id <20101021171620.GR9048@debian.org>
and subject line Re: Bug#570567: xserver-xorg-input-evdev: Should not enabled evdev when only INPUT_KEY is found
has caused the Debian Bug report #570567,
regarding xserver-xorg-input-evdev: Should not enabled evdev when only INPUT_KEY is found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
570567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570567
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-evdev
Version: 1:2.3.2-3
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The following rule in /lib/udev/rules.d/65-xorg-evdev.rules is causing my XBox 360 gamepad to be set up as a mouse in X, because it's given the evdev driver:
ENV{ID_INPUT_KEY}=="?*", ENV{x11_driver}="evdev"

The comment in the file mentions that this rule is supposed to setup keyboards, so it's my understanding that it should be written as follows:
ENV{ID_INPUT_KEYBOARD}=="?*", ENV{x11_driver}="evdev"

It also causes the power button to be set up as a keyboard and given a keyboard mapping...

- -- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 May 10  2008 /etc/X11/X -> /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1712808 Feb 16 09:39 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GTX] (rev a2)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 1940 Apr 12  2009 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"stylus"
	Driver		"wacom"
	Option		"Type" "stylus"
	Option		"USB" "on"
	Option		"Threshold" "10"
	Option		"Device" "/dev/input/tablet-bamboo"
EndSection

Section "InputDevice"
	Identifier	"eraser"
	Driver		"wacom"
	Option		"Type" "eraser"
	Option		"USB" "on"
	Option		"Threshold" "10"
	Option		"Device" "/dev/input/tablet-bamboo"
EndSection

Section "InputDevice"
	Identifier	"cursor"
	Driver		"wacom"
	Option		"Type" "cursor"
	Option		"USB" "on"
	Option		"Threshold" "10"
	Option		"Device" "/dev/input/tablet-bamboo"
EndSection

Section "InputDevice"
	Identifier	"pad"
	Driver		"wacom"
	Option		"Device" "/dev/input/tablet-bamboo"
	Option		"Type" "pad"
	Option		"USB" "on"
EndSection

Section "InputDevice"
	Identifier	"touch"
	Driver		"wacom"
	Option		"Device" "/dev/input/tablet-bamboo"
	Option		"Type" "touch"
	Option		"USB" "on"
EndSection

Section "Device"
	Identifier	"Video Device"
	Driver		"nvidia"
EndSection

Section "Monitor"
	Identifier	"Monitor"
EndSection

Section "Screen"
	Identifier	"Screen"
	Monitor		"Monitor"
EndSection

Section "ServerLayout"
	Identifier	"Server"
	Screen		"Screen"
	InputDevice	"stylus"	"SendCoreEvents"
	InputDevice	"eraser"	"SendCoreEvents"
	InputDevice	"cursor"	"SendCoreEvents"
	InputDevice	"pad"
	InputDevice	"touch"		"SendCoreEvents"
EndSection


Xorg X server log files on system:
- -rw-r--r-- 1 root root 33925 Feb 19 21:08 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux void 2.6.32-trunk-amd64 #1 SMP Thu Dec 17 01:50:34 UTC 2009 x86_64
Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-trunk-amd64 root=/dev/mapper/vg1-root ro rootfstype=ext4 acpi_sleep=old_ordering resume=/dev/mapper/cswap1 quiet
Build Date: 16 February 2010  08:37:23AM
xorg-server 2:1.7.5-1 (bgoglin@debian.org) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 19 20:35:16 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server"
(**) |-->Screen "Screen" (0)
(**) |   |-->Monitor "Monitor"
(==) No device specified for screen "Screen".
	Using the first device section listed.
(**) |   |-->Device "Video Device"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(**) |-->Input Device "cursor"
(**) |-->Input Device "pad"
(**) |-->Input Device "touch"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81e7020
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI: (0:0:1:3) 10de:0753:1043:82f2 nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xf9f80000/524288
(--) PCI:*(0:2:0:0) 10de:0612:1043:82a6 nVidia Corporation G92 [GeForce 9800 GTX] rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  190.42  Tue Oct 20 20:55:08 PDT 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 0.10.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) NVIDIA dlloader X Driver  190.42  Tue Oct 20 20:26:00 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) NVIDIA(0): Creating default Display subsection in Screen section
	"Screen" for depth/fbbpp 24/32
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) Feb 19 20:35:16 NVIDIA(0): Enabling RENDER acceleration
(II) Feb 19 20:35:16 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Feb 19 20:35:16 NVIDIA(0):     enabled.
(II) Feb 19 20:35:17 NVIDIA(0): NVIDIA GPU GeForce 9800 GTX/9800 GTX+ (G92) at PCI:2:0:0
(II) Feb 19 20:35:17 NVIDIA(0):     (GPU-0)
(--) Feb 19 20:35:17 NVIDIA(0): Memory: 524288 kBytes
(--) Feb 19 20:35:17 NVIDIA(0): VideoBIOS: 62.92.5d.00.01
(II) Feb 19 20:35:17 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Feb 19 20:35:17 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Feb 19 20:35:17 NVIDIA(0): Connected display device(s) on GeForce 9800 GTX/9800 GTX+ at
(--) Feb 19 20:35:17 NVIDIA(0):     PCI:2:0:0:
(--) Feb 19 20:35:17 NVIDIA(0):     DELL 2408WFP (DFP-0)
(--) Feb 19 20:35:17 NVIDIA(0): DELL 2408WFP (DFP-0): 330.0 MHz maximum pixel clock
(--) Feb 19 20:35:17 NVIDIA(0): DELL 2408WFP (DFP-0): Internal Dual Link TMDS
(II) Feb 19 20:35:17 NVIDIA(0): Assigned Display Device: DFP-0
(==) Feb 19 20:35:17 NVIDIA(0): 
(==) Feb 19 20:35:17 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Feb 19 20:35:17 NVIDIA(0):     will be used as the requested mode.
(==) Feb 19 20:35:17 NVIDIA(0): 
(II) Feb 19 20:35:17 NVIDIA(0): Validated modes:
(II) Feb 19 20:35:17 NVIDIA(0):     "nvidia-auto-select"
(II) Feb 19 20:35:17 NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) Feb 19 20:35:17 NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
(--) Feb 19 20:35:17 NVIDIA(0):     option
(==) Feb 19 20:35:17 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Feb 19 20:35:17 NVIDIA(0): Initialized GPU GART.
(II) Feb 19 20:35:20 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Feb 19 20:35:24 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Feb 19 20:35:24 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(==) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) Initializing extension GLX
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(**) Option "Device" "/dev/input/tablet-bamboo"
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) Option "Threshold" "10"
(II) XINPUT: Adding extended input device "stylus" (type: STYLUS)
(--) stylus: Wacom USB Bamboo tablet speed=38400 maxX=14760 maxY=9225 maxZ=511 resX=2540 resY=2540  tilt=disabled
(--) stylus: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/input/tablet-bamboo"
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) Option "Threshold" "10"
(II) XINPUT: Adding extended input device "eraser" (type: ERASER)
(--) eraser: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/input/tablet-bamboo"
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) Option "Threshold" "10"
(II) XINPUT: Adding extended input device "cursor" (type: CURSOR)
(--) cursor: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/input/tablet-bamboo"
(**) pad: always reports core events
(II) XINPUT: Adding extended input device "pad" (type: PAD)
(--) pad: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(**) Option "Device" "/dev/input/tablet-bamboo"
(II) UnloadModule: "wacom"
(EE) PreInit returned NULL for "touch"
(II) config/udev: Adding input device "Power Button" (/dev/input/event2)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event2"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "microsoft7000"
(**) Option "xkb_layout" "us"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch,ctrl:swapcaps"
(II) config/udev: Adding input device "Power Button" (/dev/input/event1)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event1"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "microsoft7000"
(**) Option "xkb_layout" "us"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch,ctrl:swapcaps"
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event8)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event8"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js1)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js1"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse3)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse3"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event9)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event9"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js2)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js2"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse4)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse4"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event10)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event10"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js3)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js3"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse5)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse5"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event11)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event11"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js4)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js4"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse6)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse6"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Wacom Bamboo" (/dev/input/event6)
(**) "Wacom Bamboo": always reports core events
(**) "Wacom Bamboo": Device: "/dev/input/event6"
(II) "Wacom Bamboo": Found 10 mouse buttons
(II) "Wacom Bamboo": Found scroll wheel(s)
(II) "Wacom Bamboo": Found relative axes
(II) "Wacom Bamboo": Found absolute axes
(II) "Wacom Bamboo": Found x and y absolute axes
(II) "Wacom Bamboo": Found absolute tablet.
(II) "Wacom Bamboo": Configuring as tablet
(**) "Wacom Bamboo": YAxisMapping: buttons 4 and 5
(**) "Wacom Bamboo": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Wacom Bamboo"" (type: TABLET)
(WW) "Wacom Bamboo": touchpads, tablets and touchscreens ignore relative axes.
(**) "Wacom Bamboo": (accel) keeping acceleration scheme 1
(**) "Wacom Bamboo": (accel) acceleration profile 0
(II) "Wacom Bamboo": initialized for absolute axes.
(II) config/udev: Adding input device "Wacom Bamboo" (/dev/input/mouse2)
(**) "Wacom Bamboo": always reports core events
(**) "Wacom Bamboo": Device: "/dev/input/mouse2"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Wacom Bamboo""
(II) config/udev: Adding input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (/dev/input/event3)
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": always reports core events
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device: "/dev/input/event3"
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found keys
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Microsoft Microsoft® 2.4GHz Transceiver V1.0"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "microsoft7000"
(**) Option "xkb_layout" "us"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch,ctrl:swapcaps"
(II) config/udev: Adding input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (/dev/input/event4)
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": always reports core events
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device: "/dev/input/event4"
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found 9 mouse buttons
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found scroll wheel(s)
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found relative axes
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found x and y relative axes
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found absolute axes
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found x and y absolute axes
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Found keys
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Configuring as mouse
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Configuring as keyboard
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": YAxisMapping: buttons 4 and 5
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Microsoft Microsoft® 2.4GHz Transceiver V1.0"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "microsoft7000"
(**) Option "xkb_layout" "us"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch,ctrl:swapcaps"
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": (accel) keeping acceleration scheme 1
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": (accel) acceleration profile 0
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": initialized for relative axes.
(WW) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": ignoring absolute axes.
(II) config/udev: Adding input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (/dev/input/js0)
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": always reports core events
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device: "/dev/input/js0"
(EE) Unable to open evdev device "/dev/input/js0".
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Microsoft Microsoft® 2.4GHz Transceiver V1.0""
(II) config/udev: Adding input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (/dev/input/mouse1)
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": always reports core events
(**) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Microsoft Microsoft® 2.4GHz Transceiver V1.0""
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/event0)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/event0"
(II) "Macintosh mouse button emulation": Found 3 mouse buttons
(II) "Macintosh mouse button emulation": Found relative axes
(II) "Macintosh mouse button emulation": Found x and y relative axes
(II) "Macintosh mouse button emulation": Configuring as mouse
(**) "Macintosh mouse button emulation": YAxisMapping: buttons 4 and 5
(**) "Macintosh mouse button emulation": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Macintosh mouse button emulation"" (type: MOUSE)
(**) "Macintosh mouse button emulation": (accel) keeping acceleration scheme 1
(**) "Macintosh mouse button emulation": (accel) acceleration profile 0
(II) "Macintosh mouse button emulation": initialized for relative axes.
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/mouse0)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Macintosh mouse button emulation""
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Feb 19 20:35:36 NVIDIA(0): Setting mode "nvidia-auto-select"
(--) stylus: Wacom USB Bamboo tablet speed=38400 maxX=14760 maxY=9225 maxZ=511 resX=2540 resY=2540  tilt=disabled
(--) stylus: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(--) eraser: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(--) cursor: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(--) pad: top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
(II) "Power Button": Device reopened after 1 attempts.
(II) "Power Button": Device reopened after 1 attempts.
(II) "Xbox 360 Wireless Receiver": Device reopened after 1 attempts.
(II) "Xbox 360 Wireless Receiver": Device reopened after 1 attempts.
(II) "Xbox 360 Wireless Receiver": Device reopened after 1 attempts.
(II) "Xbox 360 Wireless Receiver": Device reopened after 1 attempts.
(II) "Wacom Bamboo": Device reopened after 1 attempts.
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device reopened after 1 attempts.
(II) "Microsoft Microsoft® 2.4GHz Transceiver V1.0": Device reopened after 1 attempts.
(II) "Macintosh mouse button emulation": Device reopened after 1 attempts.
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 315
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 317
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 318
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 304
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 307
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 308
(II) Feb 19 20:35:57 NVIDIA(0): Setting mode "nvidia-auto-select"
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 311
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 310
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 305
(WW) "Xbox 360 Wireless Receiver": unable to handle keycode 316
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js4)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js4"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event11)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event11"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse5)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse5"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse3)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse3"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse6)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse6"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event8)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event8"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event10)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event10"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/event9)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/event9"
(II) "Xbox 360 Wireless Receiver": Found 11 mouse buttons
(II) "Xbox 360 Wireless Receiver": Found absolute axes
(II) "Xbox 360 Wireless Receiver": Found x and y absolute axes
(II) "Xbox 360 Wireless Receiver": Configuring as mouse
(**) "Xbox 360 Wireless Receiver": YAxisMapping: buttons 4 and 5
(**) "Xbox 360 Wireless Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Xbox 360 Wireless Receiver"" (type: MOUSE)
(**) "Xbox 360 Wireless Receiver": (accel) keeping acceleration scheme 1
(**) "Xbox 360 Wireless Receiver": (accel) acceleration profile 0
(II) "Xbox 360 Wireless Receiver": initialized for absolute axes.
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js3)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js3"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js2)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js2"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/mouse4)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/mouse4"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: Adding input device "Xbox 360 Wireless Receiver" (/dev/input/js1)
(**) "Xbox 360 Wireless Receiver": always reports core events
(**) "Xbox 360 Wireless Receiver": Device: "/dev/input/js1"
(EE) ioctl EVIOCGNAME failed: Invalid argument
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Xbox 360 Wireless Receiver""
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"
(II) config/udev: removing device "Xbox 360 Wireless Receiver"
(II) "Xbox 360 Wireless Receiver": Close
(II) UnloadModule: "evdev"

udev information:
P: /devices/virtual/input/input0/event0
N: input/event0
S: char/13:64
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/char/13:64

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/char/13:65

P: /devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.4/input/input42/event10
N: input/event10
S: char/13:74
S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if04
S: input/by-path/pci-0000:00:04.0-usb-0:2:1.4-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.4/input/input42/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ACL_MANAGE=1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00
E: ID_SERIAL_SHORT=FDD8AF00
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=04
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:04.0-usb-0:2:1.4
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: DEVLINKS=/dev/char/13:74 /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if04 /dev/input/by-path/pci-0000:00:04.0-usb-0:2:1.4-event

P: /devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.6/input/input43/event11
N: input/event11
S: char/13:75
S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if06
S: input/by-path/pci-0000:00:04.0-usb-0:2:1.6-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.6/input/input43/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ACL_MANAGE=1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00
E: ID_SERIAL_SHORT=FDD8AF00
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=06
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:04.0-usb-0:2:1.6
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: DEVLINKS=/dev/char/13:75 /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if06 /dev/input/by-path/pci-0000:00:04.0-usb-0:2:1.6-event

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/char/13:66

P: /devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.0/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0-event-kbd
S: input/by-path/pci-0000:00:04.0-usb-0:5:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.0/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Microsoft®_2.4GHz_Transceiver_V1.0
E: ID_MODEL_ENC=Microsoft®\x202.4GHz\x20Transceiver\x20V1.0
E: ID_MODEL_ID=071d
E: ID_REVISION=0250
E: ID_SERIAL=Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:04.0-usb-0:5:1.0
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:67 /dev/input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0-event-kbd /dev/input/by-path/pci-0000:00:04.0-usb-0:5:1.0-event-kbd

P: /devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.1/input/input4/event4
N: input/event4
S: char/13:68
S: input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0-event-kbd
S: input/by-path/pci-0000:00:04.0-usb-0:5:1.1-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-5/4-5:1.1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Microsoft®_2.4GHz_Transceiver_V1.0
E: ID_MODEL_ENC=Microsoft®\x202.4GHz\x20Transceiver\x20V1.0
E: ID_MODEL_ID=071d
E: ID_REVISION=0250
E: ID_SERIAL=Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:04.0-usb-0:5:1.1
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:68 /dev/input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_V1.0-event-kbd /dev/input/by-path/pci-0000:00:04.0-usb-0:5:1.1-event-kbd

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/char/13:69 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input6/event6
N: input/event6
S: input/by-path/pci-0000:00:04.0-usb-0:1:1.0-wacom
S: input/tablet-bamboo
S: input/wacom
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Wacom_Co._Ltd.
E: ID_VENDOR_ENC=Wacom\x20Co.\x2cLtd.
E: ID_VENDOR_ID=056a
E: ID_MODEL=MTE-450
E: ID_MODEL_ENC=MTE-450
E: ID_MODEL_ID=0065
E: ID_REVISION=0108
E: ID_SERIAL=Wacom_Co._Ltd._MTE-450
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=wacom
E: ID_PATH=pci-0000:00:04.0-usb-0:1:1.0
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: x11_driver=evdev
E: WACOM_TYPE=stylus
E: DEVLINKS=/dev/input/by-path/pci-0000:00:04.0-usb-0:1:1.0-wacom /dev/input/tablet-bamboo /dev/input/wacom

P: /devices/pci0000:00/0000:00:07.0/input/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:07.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/char/13:71

P: /devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.0/input/input40/event8
N: input/event8
S: char/13:72
S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if00
S: input/by-path/pci-0000:00:04.0-usb-0:2:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.0/input/input40/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ACL_MANAGE=1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00
E: ID_SERIAL_SHORT=FDD8AF00
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:04.0-usb-0:2:1.0
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: DEVLINKS=/dev/char/13:72 /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if00 /dev/input/by-path/pci-0000:00:04.0-usb-0:2:1.0-event

P: /devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.2/input/input41/event9
N: input/event9
S: char/13:73
S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if02
S: input/by-path/pci-0000:00:04.0-usb-0:2:1.2-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:04.0/usb4/4-2/4-2:1.2/input/input41/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ACL_MANAGE=1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00
E: ID_SERIAL_SHORT=FDD8AF00
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:04.0-usb-0:2:1.2
E: XKBMODEL=microsoft7000
E: XKBLAYOUT=us
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch,ctrl:swapcaps
E: DEVLINKS=/dev/char/13:73 /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FDD8AF00-event-if02 /dev/input/by-path/pci-0000:00:04.0-usb-0:2:1.2-event

DRM Information from dmesg:
[    0.000000] No AGP bridge found
[    0.454440] PCI-DMA: Disabling AGP.
[    0.454529] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[   38.885999] Linux agpgart interface v0.103
[ 6359.973609] Modules linked in: nvidia(P) agpgart powernow_k8 cpufreq_userspace cpufreq_stats cpufreq_conservative cpufreq_powersave binfmt_misc ext3 jbd snd_hda_codec_nvhdmi snd_hda_codec_realtek snd_usb_audio snd_hda_intel snd_usb_lib wacom snd_seq_midi snd_seq_midi_event snd_hda_codec snd_rawmidi snd_hwdep pcspkr joydev snd_pcm psmouse evdev snd_seq serio_raw processor snd_timer asus_atk0110 snd_seq_device snd soundcore i2c_nforce2 parport_pc amd64_edac_mod snd_page_alloc edac_core i2c_core wmi parport ext4 mbcache jbd2 crc16 sha256_generic cryptd aes_x86_64 aes_generic cbc usb_storage usbhid hid dm_crypt dm_mod raid1 md_mod ide_cd_mod ata_generic ide_pci_generic sg sd_mod crc_t10dif sr_mod cdrom amd74xx ahci ohci_hcd libata video output ide_core forcedeth floppy firewire_ohci firewire_core crc_itu_t button scsi_mod thermal fan thermal_sys ehci_hcd usbcore nls_base [last unloaded: scsi_wait_scan]


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                         2.10.2-5   Embedded GNU C Library: Shared lib
ii  udev                          151-2      /dev/ and hotplug management daemo
ii  xserver-xorg-core             2:1.7.5-1  Xorg X server - core server

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkt+86YACgkQ823633cP2P9uUwCglhp1oGMxv+vdntWfe+o42kTo
xecAn1Wf99Z8PRgA+KPPTaOILHibpmcc
=HrjE
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Javier Kohen <jkohen@users.sourceforge.net> (21/10/2010):
> Apparently this package doesn't include a rules file anymore. In
> fact, no rules file I have in /lib/udev or /etc/udev seems to change
> the x11_driver at all. Do you agree that we should close this bug?

Sounds good to me, doing so, thanks.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: