All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Dell Vostro V131: special hotkey not working
       [not found] <4F97FA4C.9040201@gmx-topmail.de>
@ 2012-04-25 13:53 ` Matthew Garrett
  2012-04-25 14:19   ` Peter Meiser
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2012-04-25 13:53 UTC (permalink / raw)
  To: Peter Meiser; +Cc: platform-driver-x86

On Wed, Apr 25, 2012 at 03:21:16PM +0200, Peter Meiser wrote:
> Hello,
> 
> I've bought a Dell Vostro V131. This model has 3 special hotkeys (quick launch keys).
> The keys are:
> 1. "Windows mobility center" -> This hotkey generates Mod+X
> 2. "Dell support center" -> This hotkey generates keycode 0xEE
> 3. "Dell instant launch manager" -> This hotkey doesn't generate anything, neither through dell-wmi nor i8042

If you run 

watch -n 0.1 cat /proc/interrupts

does one of them increase reliably when you hit the key?

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2012-04-25 13:53 ` Dell Vostro V131: special hotkey not working Matthew Garrett
@ 2012-04-25 14:19   ` Peter Meiser
  2012-04-25 14:22     ` Matthew Garrett
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Meiser @ 2012-04-25 14:19 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: platform-driver-x86

Hello Matthew,

Am 25.04.2012 15:53, schrieb Matthew Garrett:
> watch -n 0.1 cat /proc/interrupts

When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:

  9:          5          0          0          0   IO-APIC-fasteoi   acpi


Others increase more quickly, but they are iwlwifi, i915, "Local timer interrupts" and "Rescheduling interrupts" which are out of interest, right?

Best regards,
Peter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2012-04-25 14:19   ` Peter Meiser
@ 2012-04-25 14:22     ` Matthew Garrett
  2012-05-11  5:28       ` Peter Meiser
  2013-01-19 10:38       ` Peter Meiser
  0 siblings, 2 replies; 7+ messages in thread
From: Matthew Garrett @ 2012-04-25 14:22 UTC (permalink / raw)
  To: Peter Meiser; +Cc: platform-driver-x86, Rezwanul_Kabir

On Wed, Apr 25, 2012 at 04:19:51PM +0200, Peter Meiser wrote:
> Hello Matthew,
> 
> Am 25.04.2012 15:53, schrieb Matthew Garrett:
> > watch -n 0.1 cat /proc/interrupts
> 
> When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:
> 
>   9:          5          0          0          0   IO-APIC-fasteoi   acpi

Ok, so it's definitely being handled by ACPI somehow - probably via WMI, 
but unsure. Rez, any chance you can look at the original message and let 
us know if this is expected to work with the current driver?

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2012-04-25 14:22     ` Matthew Garrett
@ 2012-05-11  5:28       ` Peter Meiser
  2013-01-19 10:38       ` Peter Meiser
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Meiser @ 2012-05-11  5:28 UTC (permalink / raw)
  To: Rezwanul_Kabir; +Cc: Matthew Garrett, platform-driver-x86

Hi Rez,

any news on this topic?

Thanks a lot in advance,
Peter

Am 25.04.2012 16:22, schrieb Matthew Garrett:
> On Wed, Apr 25, 2012 at 04:19:51PM +0200, Peter Meiser wrote:
>> Hello Matthew,
>>
>> Am 25.04.2012 15:53, schrieb Matthew Garrett:
>>> watch -n 0.1 cat /proc/interrupts
>>
>> When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:
>>
>>   9:          5          0          0          0   IO-APIC-fasteoi   acpi
> 
> Ok, so it's definitely being handled by ACPI somehow - probably via WMI, 
> but unsure. Rez, any chance you can look at the original message and let 
> us know if this is expected to work with the current driver?
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2012-04-25 14:22     ` Matthew Garrett
  2012-05-11  5:28       ` Peter Meiser
@ 2013-01-19 10:38       ` Peter Meiser
  2013-07-20  5:03         ` Peter Meiser
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Meiser @ 2013-01-19 10:38 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: platform-driver-x86, Rezwanul_Kabir

Hi Matthew,

this topic is still valid. Could you help me debugging the hotkeys?

There're two issues:
1. The "Dell support center" hotkey generates keycode 0xEE, but this is done forever. That means that I don't see a release event.
2. The "Dell instant launch manager" hotkey doesn't generate anything.

Thanks a lot in advance,
Peter

Am 25.04.2012 16:22, schrieb Matthew Garrett:
> On Wed, Apr 25, 2012 at 04:19:51PM +0200, Peter Meiser wrote:
>> Hello Matthew,
>>
>> Am 25.04.2012 15:53, schrieb Matthew Garrett:
>>> watch -n 0.1 cat /proc/interrupts
>>
>> When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:
>>
>>   9:          5          0          0          0   IO-APIC-fasteoi   acpi
> 
> Ok, so it's definitely being handled by ACPI somehow - probably via WMI, 
> but unsure. Rez, any chance you can look at the original message and let 
> us know if this is expected to work with the current driver?
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2013-01-19 10:38       ` Peter Meiser
@ 2013-07-20  5:03         ` Peter Meiser
  2014-06-12  6:58           ` Peter Meiser
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Meiser @ 2013-07-20  5:03 UTC (permalink / raw)
  To: platform-driver-x86

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

Hi again,

I found a solution for the 1st issue. It needs a udev quirk to force_release. Please find attached a patch against current udev in Ubuntu 12.04.

For the 2nd issue, I still can't find a way to generate a keycode.

Thanks for your help!
Best regards,
Peter

Am 19.01.2013 11:38, schrieb Peter Meiser:
> Hi Matthew,
> 
> this topic is still valid. Could you help me debugging the hotkeys?
> 
> There're two issues:
> 1. The "Dell support center" hotkey generates keycode 0xEE, but this is done forever. That means that I don't see a release event.
> 2. The "Dell instant launch manager" hotkey doesn't generate anything.
> 
> Thanks a lot in advance,
> Peter
> 
> Am 25.04.2012 16:22, schrieb Matthew Garrett:
>> On Wed, Apr 25, 2012 at 04:19:51PM +0200, Peter Meiser wrote:
>>> Hello Matthew,
>>>
>>> Am 25.04.2012 15:53, schrieb Matthew Garrett:
>>>> watch -n 0.1 cat /proc/interrupts
>>>
>>> When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:
>>>
>>>   9:          5          0          0          0   IO-APIC-fasteoi   acpi
>>
>> Ok, so it's definitely being handled by ACPI somehow - probably via WMI, 
>> but unsure. Rez, any chance you can look at the original message and let 
>> us know if this is expected to work with the current driver?
>>

[-- Attachment #2: udev-keymaps-dell.patch --]
[-- Type: text/x-patch, Size: 1616 bytes --]

--- a/extras/keymap/keymaps/dell
+++ b/extras/keymap/keymaps/dell
@@ -25,5 +25,6 @@
 0xA2 playpause # Front panel play/pause
 0xA4 stopcd # Front panel stop
 0xED media # MediaDirect button
+0xEE screenlock # FIXME: Dell Support Center button
 0xD8 screenlock # FIXME: Tablet lock button
 0xD9 f21 # touchpad toggle
diff -Naur a/extras/keymap/95-keyboard-force-release.rules b/extras/keymap/95-keyboard-force-release.rules
--- a/extras/keymap/95-keyboard-force-release.rules	2013-07-20 06:59:13.626208521 +0200
+++ b/extras/keymap/95-keyboard-force-release.rules	2013-07-20 07:00:30.166211692 +0200
@@ -24,6 +24,7 @@
 ENV{DMI_VENDOR}=="Dell Inc.", ATTR{[dmi/id]product_name}=="Studio 1557|Studio 1558", RUN+="keyboard-force-release.sh $devpath common-volume-keys"
 ENV{DMI_VENDOR}=="Dell Inc.", ATTR{[dmi/id]product_name}=="*Latitude*|*Precision*", RUN+="keyboard-force-release.sh $devpath dell-touchpad"
 ENV{DMI_VENDOR}=="Dell Inc.", ATTR{[dmi/id]product_name}=="XPS*", RUN+="keyboard-force-release.sh $devpath dell-xps"
+ENV{DMI_VENDOR}=="Dell Inc.", ATTR{[dmi/id]product_name}=="*Vostro*", RUN+="keyboard-force-release.sh $devpath dell-vostro"
 
 ENV{DMI_VENDOR}=="FUJITSU SIEMENS", ATTR{[dmi/id]product_name}=="AMILO*", RUN+="keyboard-force-release.sh $devpath common-volume-keys"
 
diff -Naur a/extras/keymap/force-release-maps/dell-vostro b/extras/keymap/force-release-maps/dell-vostro
--- a/extras/keymap/force-release-maps/dell-vostro	1970-01-01 01:00:00.000000000 +0100
+++ b/extras/keymap/force-release-maps/dell-vostro	2013-07-20 06:59:45.086209823 +0200
@@ -0,0 +1 @@
+0xEE # Dell Support Center button

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell Vostro V131: special hotkey not working
  2013-07-20  5:03         ` Peter Meiser
@ 2014-06-12  6:58           ` Peter Meiser
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Meiser @ 2014-06-12  6:58 UTC (permalink / raw)
  To: platform-driver-x86

Hi again,

can anyone please help me debugging this issue? I'd like to get special key working. The "Dell instant launch manager" hotkey still doesn't generate anything.

I'm running Ubuntu 14.04 right now (kernel 3.13).

Thanks a lot in advance,
Peter

Am 20.07.2013 07:03, schrieb Peter Meiser:
> Hi again,
> 
> I found a solution for the 1st issue. It needs a udev quirk to force_release. Please find attached a patch against current udev in Ubuntu 12.04.
> 
> For the 2nd issue, I still can't find a way to generate a keycode.
> 
> Thanks for your help!
> Best regards,
> Peter
> 
> Am 19.01.2013 11:38, schrieb Peter Meiser:
>> Hi Matthew,
>>
>> this topic is still valid. Could you help me debugging the hotkeys?
>>
>> There're two issues:
>> 1. The "Dell support center" hotkey generates keycode 0xEE, but this is done forever. That means that I don't see a release event.
>> 2. The "Dell instant launch manager" hotkey doesn't generate anything.
>>
>> Thanks a lot in advance,
>> Peter
>>
>> Am 25.04.2012 16:22, schrieb Matthew Garrett:
>>> On Wed, Apr 25, 2012 at 04:19:51PM +0200, Peter Meiser wrote:
>>>> Hello Matthew,
>>>>
>>>> Am 25.04.2012 15:53, schrieb Matthew Garrett:
>>>>> watch -n 0.1 cat /proc/interrupts
>>>>
>>>> When running "watch -n 0,1 cat /proc/interrupts" (watch -n 0.1 errors out, maybe because of German environment???), the following row increases after each press:
>>>>
>>>>   9:          5          0          0          0   IO-APIC-fasteoi   acpi
>>>
>>> Ok, so it's definitely being handled by ACPI somehow - probably via WMI, 
>>> but unsure. Rez, any chance you can look at the original message and let 
>>> us know if this is expected to work with the current driver?
>>>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-12  6:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4F97FA4C.9040201@gmx-topmail.de>
2012-04-25 13:53 ` Dell Vostro V131: special hotkey not working Matthew Garrett
2012-04-25 14:19   ` Peter Meiser
2012-04-25 14:22     ` Matthew Garrett
2012-05-11  5:28       ` Peter Meiser
2013-01-19 10:38       ` Peter Meiser
2013-07-20  5:03         ` Peter Meiser
2014-06-12  6:58           ` Peter Meiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.