Bug 50559

Summary: keymap of USB 109 keyboard is wrong
Product: [Retired] Red Hat Linux Reporter: Bill Huang <bhuang>
Component: kernelAssignee: Matt Wilson <msw>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: high    
Version: 7.3CC: ynakai
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-02 02:52:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Huang 2001-08-01 07:45:51 UTC
Description of Problem:
Keymap of USB 109 keyboard is wrong.

How Reproducible:
Always

Steps to Reproduce:
1.try to use key "\","/",etc. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:
For end user,if the two steps below are done,the problem can be solved.
1)/etc/X11/Xmodmap

keycode 131 = backslash bar
keycode 132 = Hiragana_katakana Romaji
keycode 133 = backslash underscore
keycode 134 = Henkan_mode Mode_switch
keycode 135 = Muhenkan

2)
setkeycodes e003 89
setkeycodes e005 124

And steps below are done can solve the problem.

1)USB109 entry should be added

/usr/X11R6/lib/X11/xkb/rules/xfree86
/usr/X11R6/lib/X11/xkb/keycodes/xfree86

2)/usr/src/linux-2.4/drivers/char/pc_keyb.c

valuese of e0_keys[128] should use code for scancode

Comment 1 Matt Wilson 2001-08-01 15:31:09 UTC
this needs to be split into bugs for each component that needs changes. It is
not an anaconda bug.  File bugs against kernel and XFree86


Comment 2 Nakai 2001-08-02 14:50:39 UTC
Re-close. Do separate as Matt says.
Xmodmap is not kernel issue.