Bug 13050 - evdev and cherry keyboard: no arrow keys
Summary: evdev and cherry keyboard: no arrow keys
Status: RESOLVED DUPLICATE of bug 13037
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/evdev (show other bugs)
Version: 7.3 (2007.09)
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Zephaniah E. Hull
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 13053 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-01 12:08 UTC by NOT ACTIVE SINCE DECADES, PLEASE DELETE ME
Modified: 2007-11-01 19:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description NOT ACTIVE SINCE DECADES, PLEASE DELETE ME 2007-11-01 12:08:09 UTC
i switched to evdev and the perixx game-mouse with seven buttons (http://www.perixx.com) now works absolutely fine. however, my old perixx keyboard didn't work with evdev at all. it has a very slim layout with all keys present just once. the evdev driver triggered the alt key non-stop, so that, if i typed something, menues and dialogs popped up randomly. the keyboard was not to mention so or so. i now have a cherry evolution stream, which seems to be very good. however. with evdev, the arrow keys, the window keys, and the multimedia keys are dead. the arrow keys on the numpad work. also, evdev doesn't recognize the german keyboard layout by itself (why is 'us' default? the default should be none or locale!) here's the xorg and the proc output:


Section "InputDevice"
	Identifier  "Keyboard0"
#	Driver      "evdev"
#	Option      "Name" "HID 046a:0023"
	Driver      "kbd"
	Option      "XkbModel"  "pc105"
	Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
#	Driver "mouse"
#	Option "Device" "/dev/psaux"
	Driver      "evdev"
	Option      "Name"   "HID 04d9:0461"
EndSection


I: Bus=0003 Vendor=04d9 Product=0461 Version=0110
N: Name="HID 04d9:0461"
P: Phys=usb-0000:00:10.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:10.0/usb5/5-1/5-1:1.0/input/input3
U: Uniq=
H: Handlers=mouse0 event3 
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103

I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-0000:00:10.0-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.0/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=120003
B: KEY=7 ff800000 7ff e0b2ffdf 1cfffff ffffffff fffffffe
B: LED=1f

I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-0000:00:10.0-2/input1
S: Sysfs=/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.1/input/input5
U: Uniq=
H: Handlers=kbd event5 
B: EV=f
B: KEY=7fff ac3027 bf004444 0 0 1 f80 8a37c400 667bfa d971dfed 9e0000 0 0 0
B: REL=40
B: ABS=1 0
Comment 1 Peter Hutterer 2007-11-01 19:04:53 UTC
*** Bug 13053 has been marked as a duplicate of this bug. ***
Comment 2 Peter Hutterer 2007-11-01 19:06:12 UTC

*** This bug has been marked as a duplicate of bug 13037 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.