[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2018-04-25 Thread Pali
In case somebody would debug this problem again, here is answer to my question from Jean-Louis back in 2015: AT Translated Set 2 keyboard reports these events: left button: EV_MSC MSC_SCAN 219 EV_KEY KEY_LEFTMETA (0x7d) pressed EV_SYN code=0 value=0 EV_MSC MSC_SCAN 45 EV_KEY KEY_X (0x2d) pressed

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2015-11-17 Thread Pali
Old bug, I would like to ask: Does linux report key press to userspace (scan code via "AT Translated Set 2 keyboard") when "Shortcut key" or "Audio Panel key" is pressed on Dell XPS 15 laptop (L502X)? Because now dell-wmi receive events for those two keys, but ignore/drop it. -- You received thi

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.0.0-8.11 --- linux (3.0.0-8.11) oneiric; urgency=low [ Andy Whitcroft ] * [Config] Enable CONFIG_MACVTAP=m - LP: #822601 [ Colin Watson ] * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i [ Stefan Bader ] * (

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-08-09 Thread Bug Watch Updater
** Changed in: linux Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815914 Title: dell_wmi: Unknown key eXXX pressed To manage notifications about this bug g

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-08-08 Thread Tim Gardner
** Also affects: linux (Ubuntu Oneiric) Importance: Low Assignee: Seth Forshee (sforshee) Status: New ** Changed in: linux (Ubuntu Oneiric) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Jean-Louis Dupond
This seems to work just fine! Thanks for that patch. Maby its cool to get that in upstream? Thanks for all the work on this! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815914 Title: dell_wmi: U

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Seth Forshee
What I ended up doing is making dell-wmi ignore those events. That way only one key event gets reported, but you should no longer see the messages. The build is available at: http://people.canonical.com/~sforshee/lp815914/linux-2.6.38-11.47~lp815914v201107262123/ -- You received this bug notific

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Jean-Louis Dupond
Caps Lock: dell_wmi: Unknown key 3a pressed Volume Down: dell_wmi: Unknown key e0f8 pressed Volume Up: dell_wmi: Unknown key e0f9 pressed Mute: dell_wmi: Unknown key e0f7 pressed Shortcut key (can be defined as wanted): dell_wmi: Unknown key e025 pressed Audio Panel key (used to start Dell Audio Co

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Seth Forshee
How odd that they'd choose to report these keypresses in two different places. I'm somewhat inclined to just leave this alone since I don't know how the upper levels will react to multiple events for one keypress (you might see your volume changing by two steps every time you press a key). But if

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Jean-Louis Dupond
/dev/input/event4 bustype : BUS_I8042 vendor : 0x1 product : 0x1 version : 43841 name: "AT Translated Set 2 keyboard" phys: "isa0060/serio0/input0" bits ev : EV_SYN EV_KEY EV_MSC EV_LED EV_REP scan code: 0xAE key code: volumedown scan code: 0xB0 key code: volumeu

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Seth Forshee
Can you do the following to check what input device the key events are coming in on? First install the input-utils package. Run 'sudo lsinput' to list the input devices on your system and look for one named "Dell WMI hotkeys" and another named ""AT Translated Set 2 keyboard", noting the device nod

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-26 Thread Jean-Louis Dupond
The keys are indeed working fine, tho the kernel shouldn't give a warning? Not very critical neither :) keycode 123 = (keysym 0x1008ff13, XF86AudioRaiseVolume), state = 0x0 keycode 123 = (keysym 0x1008ff13, XF86AudioRaiseVolume), state = 0x0 keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume),

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-25 Thread Bug Watch Updater
** Changed in: linux Status: Unknown => Confirmed ** Changed in: linux Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815914 Title: dell_wmi: Unknown key eXXX

[Bug 815914] Re: dell_wmi: Unknown key eXXX pressed

2011-07-25 Thread Seth Forshee
Jean-Louis: Please run 'apport-collect 815914' from a terminal to attach the relevant information to this bug report. I'd also suggest running the steps in https://wiki.ubuntu.com/Hotkeys/Troubleshooting to see whether or not the appropriate key events are being reported. Obviously something is ha