<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input">
    <title>gmane.linux.kernel.input</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.input/5592"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5613">
    <title>Re: [PATCH 3/3] OLPC: touchpad driver (take 2)</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5613</link>
    <description>Hi Dmitry,

Sorry, just now getting the chance to look at this...

On Thu, 14 Aug 2008 23:14:35 -0400
Dmitry Torokhov &lt;dmitry.torokhov&lt; at &gt;gmail.com&gt; wrote:

[...]


Can you please clarify this comment?



This check isn't any kind of failure; it's due to a hardware quirk with
earlier prototypes.  Basically, during suspend/resume, the touchpad
rails stay powered.  We don't want to do any sort of reset of the
psmouse device, otherwise we lose data (especially if someone is waking
up the device via touchpad usage or button press, we certainly don't
want to reset and drop the packets).

However, b1 hardware required a reset for reasons that I can't recall
anymore.  In both cases, the reconnect worked just fine; the difference
is that a psmouse_reset was issued for b2 hardware and higher.

I suppose the code should have a comment saying just that, eh? :)


*nod*


PSMOUSE_DEFINE_ATTR is fine for show_powered, but doesn't work for
set_powered because it
a) doesn't change the value if psmouse-&gt;state == PSMOUSE_IGNORE
</description>
    <dc:creator>Andres Salomon</dc:creator>
    <dc:date>2008-08-29T06:49:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5612">
    <title>Re: [linux-pm] [patch]full runtime power management for usbhid</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5612</link>
    <description>
Measured on thinkpad x60 -- difference between no usb and usb active
(simulated by rmmod).
Pavel
</description>
    <dc:creator>Pavel Machek</dc:creator>
    <dc:date>2008-08-28T07:59:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5611">
    <title>[PATCH] 2.6.26 pc speaker clicks and chirps</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5611</link>
    <description>Certain modules, e.g. accessibility modules for the blind,
will want to generate more than just tones through the pc speaker.
This patch supports clicks and chirps.
Soft clicks, for instance, provide audio feedback for a blind user
when keys are pressed, or when characters appear on  screen.
I have written modules that make these sounds directly,
by hitting the pc speaker at port 61,
but it would be better if all such sounds were sequestered
in the pcspkr.ko module, and under the same spinlock.

This patch is a necessary prelude to modules that will take
advantage of these sounds.

Signed-off-by: Karl Dahlke eklhad&lt; at &gt;comcast.net

--- drivers/input/misc/pcspkr.c2008-08-14 14:41:33.000000000 -0400
+++ drivers/input/misc/pcspkr.c.new2008-08-14 14:41:33.000000000 -0400
&lt; at &gt;&lt; at &gt; -18,6 +18,7 &lt; at &gt;&lt; at &gt;
 #include &lt;linux/input.h&gt;
 #include &lt;linux/platform_device.h&gt;
 #include &lt;asm/io.h&gt;
+#include &lt;asm/delay.h&gt;
 
 MODULE_AUTHOR("Vojtech Pavlik &lt;vojtech&lt; at &gt;ucw.cz&gt;");
 MODULE_DESCRIPTION("PC Speaker beeper driver");
&lt; at &gt;&lt; at &gt; -32,41 +33,82 &lt; at &gt;&lt; at &gt; </description>
    <dc:creator>Karl Dahlke</dc:creator>
    <dc:date>2008-08-28T00:32:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5610">
    <title>Re: [linux-pm] [patch]full runtime power management for usbhid</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5610</link>
    <description>Am Dienstag 26 August 2008 16:28:49 schrieb Pavel Machek:

Estimate or measured quantity?

Regards
Oliver

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Oliver Neukum</dc:creator>
    <dc:date>2008-08-26T16:33:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5609">
    <title>[PATCH] serio_raw: add support for translated (SERIO_I8042XL) ports</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5609</link>
    <description>serio_raw only binds to non-translated devices. Enable serio_raw to
bind to normal (translated) keyboards which can have non-standard
extensions (like POS Keyboards). With this it is possible to send
commands to the device over /dev/serio_raw&lt;n&gt;.

Signed-off-by: Niels de Vos &lt;niels.devos&lt; at &gt;wincor-nixdorf.com&gt;
Cc: Dmitry Torokhov &lt;dmitry.torokhov&lt; at &gt;gmail.com&gt;
---
In ReplyTo: "[RFC][PATCH] POSKeyboard driver for exclusive keyboard access"

On Fri, Aug 22, 2008 at 8:02 PM, Dmitry Torokhov
&lt;dmitry.torokhov&lt; at &gt;gmail.com&gt; wrote:
---
diff --git a/drivers/input/serio/serio_raw.c b/drivers/input/serio/serio_raw.c
index c9397c8..470770c 100644
--- a/drivers/input/serio/serio_raw.c
+++ b/drivers/input/serio/serio_raw.c
&lt; at &gt;&lt; at &gt; -373,6 +373,12 &lt; at &gt;&lt; at &gt; static struct serio_device_id serio_raw_serio_ids[] = {
                .id     = SERIO_ANY,
                .extra  = SERIO_ANY,
        },
+       {
+               .type   = SERIO_8042_XL,
+               .proto  = SERIO_ANY,
+               .id     = SERIO_ANY,
+               .extra  =</description>
    <dc:creator>Niels de Vos</dc:creator>
    <dc:date>2008-08-26T15:18:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5608">
    <title>Re: [linux-pm] [patch]full runtime power management for usbhid</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5608</link>
    <description>Hi!


Hmm... so numlock now costs ~3W... perhaps we should be defaulting to
numlock=off, again?

Pavel
</description>
    <dc:creator>Pavel Machek</dc:creator>
    <dc:date>2008-08-26T14:28:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5607">
    <title>[PATCH] hp-wmi: Add proper hotkey support</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5607</link>
    <description>It turns out that event 0x4 merely indcates that a hotkey has been 
pressed, not which one. A further query is required in order to 
determine the actual keypress. The following patch adds support for that 
along with the known keycodes.

Signed-off-by: Matthew Garrett &lt;mjg&lt; at &gt;redhat.com&gt;

---

diff --git a/drivers/misc/hp-wmi.c b/drivers/misc/hp-wmi.c
index bc6ccfb..0968304 100644
--- a/drivers/misc/hp-wmi.c
+++ b/drivers/misc/hp-wmi.c
&lt; at &gt;&lt; at &gt; -49,6 +49,7 &lt; at &gt;&lt; at &gt; MODULE_ALIAS("wmi:5FB7F034-2C63-45e9-BE91-3D44E2C707E4");
 #define HPWMI_ALS_QUERY 0x3
 #define HPWMI_DOCK_QUERY 0x4
 #define HPWMI_WIRELESS_QUERY 0x5
+#define HPWMI_HOTKEY_QUERY 0xc
 
 static int __init hp_wmi_bios_setup(struct platform_device *device);
 static int __exit hp_wmi_bios_remove(struct platform_device *device);
&lt; at &gt;&lt; at &gt; -69,7 +70,7 &lt; at &gt;&lt; at &gt; struct bios_return {
 
 struct key_entry {
 char type;/* See KE_* below */
-u8 code;
+u16 code;
 u16 keycode;
 };
 
&lt; at &gt;&lt; at &gt; -79,7 +80,9 &lt; at &gt;&lt; at &gt; static struct key_entry hp_wmi_keymap[] = {
 {KE_SW, 0x01, SW_DOCK},
 {KE_KEY, 0x</description>
    <dc:creator>Matthew Garrett</dc:creator>
    <dc:date>2008-08-26T13:25:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5606">
    <title>Re: [patch]full runtime power management for usbhid</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5606</link>
    <description>
void usbhid_submit_report(struct hid_device *hid,
struct hid_report *report, unsigned char dir);

would look better. Matter of taste. ditto below.

 ^^^^^^^
you added whitespaces there

</description>
    <dc:creator>Felipe Balbi</dc:creator>
    <dc:date>2008-08-26T09:49:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5605">
    <title>[patch]full runtime power management for usbhid</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5605</link>
    <description>Hi,

this patch enables full runtime power management for usbhid.
Currently usbhid supports autosuspend only upon open and close. Thus
it is useless for devices which are always opened, such as keyboards
and mice. This patch enables the use of remote wakeup for devices that
support it.

It suspends idle usb hid devices after a timeout if possible unless

- hiddev has opened the device
- error handling is under way
- a key is being held down
(keyboards don't signal remote wakeup upon release of a key)
- an led is active on the device
(leds use too much power for a suspend device to keep lit -
this can be overridden with a module parameter)

Furthermore a device is resumed if this is necessary for output (to leds).
If output is requested while a device is suspended, the output is queued
and the device woken from within a work queue.

In detail the patch

- reduces granularity of locking in usbhid to avoid deadlocks
- introduces locking between open/close and suspend/resume
- adds detection for the conditions u</description>
    <dc:creator>Oliver Neukum</dc:creator>
    <dc:date>2008-08-26T09:39:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5604">
    <title>Re: [RFC][PATCH] POSKeyboard driver for exclusive keyboard access</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5604</link>
    <description>Hello Dmitry,

Dmitry Torokhov wrote:

Okay, thanks for pointing this out, I'll look into using serio_raw
instead. If a patch is needed I'll send you one.



Great. I already saw input_dev-&gt;grab but never really understood what
it would do or how it could be used. Tried it with a small test and
should be sufficient for the UnifiedPOS requirements.



Okay, so the driver allocates it, but never needs to do a kfree() on
it, because the serio-layer takes care of it.

Thanks for the infos,
Niels

</description>
    <dc:creator>Niels de Vos</dc:creator>
    <dc:date>2008-08-26T09:19:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5603">
    <title>Re: [RFC][PATCH] POSKeyboard driver for exclusive keyboard access</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5603</link>
    <description>

Hello Andrew,

thanks for your review. However I will look into the suggestions of Dmitry which
could include little changes to serio_raw instead of this new poskbd driver.

Thanks again,
Niels


--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Niels de Vos</dc:creator>
    <dc:date>2008-08-26T08:11:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5602">
    <title>Re: [regression] LID switch and /dev/input/event*</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5602</link>
    <description>
Bug report was created: http://bugzilla.kernel.org/show_bug.cgi?id=11428



--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Németh Márton</dc:creator>
    <dc:date>2008-08-26T05:29:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5601">
    <title>**Attention winner***</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5601</link>
    <description>
Your email just won you $800,000.00USD from ECOWAS.
email Mr Peter Donald with your details.

Full Name:
Address:
Sex:
Age:
Tel:
Country Of Residence:

Email Address:
mr.peterdonald&lt; at &gt;live.com




--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Foundazion Di Vittorio</dc:creator>
    <dc:date>2008-08-25T12:38:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5600">
    <title>Re: [regression] LID switch and /dev/input/event*</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5600</link>
    <description>
What I could find out since then is that the Linux kernel 2.6.25 is
working correctly, but 2.6.26-rc3 is bad. I am about to "git bisect"
the problem and I'll create a bugreport and provide the asked information.
This will take some time, however, as I am currently busy with different
topics.


--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Németh Márton</dc:creator>
    <dc:date>2008-08-25T06:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5599">
    <title>Re: LID switch and /dev/input/event*</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5599</link>
    <description>It seems that the status of LID device is correct, but there is no LID
input event. Right?
Will you please enable the CONFIG_ACPI_DEBUG in kernel configuration and
boot the system with the option of "acpi.debug_layer=0x00090004
acpi.debug_level=0x01f"? 
After pressing the LID switch several times, please attach the output of
dmesg.

It will be great if you can attach the output of acpidump.

Of course you can open a new bug in bugzilla and attach the output of
dmesg, acpidump.

http://bugzilla.kernel.org/enter_bug.cgi?product=ACPI

Thanks.


--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Zhao Yakui</dc:creator>
    <dc:date>2008-08-25T01:11:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5598">
    <title>Re: [PATCH/RFC]  Resolve 2 year old issue with different demandson EVIOCGRAB</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5598</link>
    <description>
Maybe.  And in fact it already is!
As I delved further in to this issue, I find that not only is there a
patch in tslib to use EVIOCGRAB, but there is also a patch in the
kernel to exclude the "ABS_X + ABS_Y + BTN_TOUCH" case from mousedev,
making the EVIOCGRAB patch pointless.
And there might even be another patch in the kdrive Xserver to use
EVIOCGRAB in a different context (which might not actually be being
used, I'm not sure).  A twisted maze of little passages, all
twisted. :-)

But I am firmly against carrying patches like this which cannot go
upstream.  They can lead to subtle incompatibilities and can be hard
to get rid of.  I much prefer a solution that can work for everyone,
and I currently think the BTN_TOUCH -&gt; BTN_STYLUS change is that
solution.  It remains to be seen which I can push into the openmoko
source tree :-)

Thanks,
NeilBrown
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://v</description>
    <dc:creator>Neil Brown</dc:creator>
    <dc:date>2008-08-24T23:48:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5596">
    <title>Re: Usage of new KEY_NUMERIC_* codes in an existing driver(yealink)</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5596</link>
    <description>﻿Thanks ﻿Dmitry,
I will take a look at the cm109 driver to see how setkeycode/getkeycode
support is implemented and how this fits into the yealink code.
As soon as I have done that (and cleaned up a few things) I will post
the code as a patch.
Best regards,
-Thomas


Am Freitag, den 22.08.2008, 16:02 -0400 schrieb Dmitry Torokhov:

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo&lt; at &gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Thomas Reitmayr</dc:creator>
    <dc:date>2008-08-23T12:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5595">
    <title>Input: remove unused #include &lt;version.h&gt;</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5595</link>
    <description>The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/input/keyboard/bf54x-keys.c
  drivers/input/touchscreen/mainstone-wm97xx.c

This patch removes the said #include &lt;version.h&gt;.

Signed-off-by: Huang Weiyi &lt;weiyi.huang&lt; at &gt;gmail.com&gt;

diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index 54ed8e2..6f227d3 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
&lt; at &gt;&lt; at &gt; -29,7 +29,6 &lt; at &gt;&lt; at &gt;
  */

 #include &lt;linux/module.h&gt;
-#include &lt;linux/version.h&gt;

 #include &lt;linux/init.h&gt;
 #include &lt;linux/fs.h&gt;
diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c
index 283f93a..37a555f 100644
--- a/drivers/input/touchscreen/mainstone-wm97xx.c
+++ b/drivers/input/touchscreen/mainstone-wm97xx.c
&lt; at &gt;&lt; at &gt; -25,7 +25,6 &lt; at &gt;&lt; at &gt;

 #include &lt;linux/module.h&gt;
 #include &lt;linux/moduleparam.h&gt;
-#include &lt;linux/version.h&gt;
 #include &lt;linux/kernel.h&gt;
 #include &lt;linux/init.h&gt;
 #include &lt;linux/delay.h&gt;

--
To unsubsc</description>
    <dc:creator>Huang Weiyi</dc:creator>
    <dc:date>2008-08-23T05:56:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5594">
    <title>Re: [PATCH] Adding a maintainer for the BCM5974 multitouch driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5594</link>
    <description>
Applied, thanks Henrik.

</description>
    <dc:creator>Dmitry Torokhov</dc:creator>
    <dc:date>2008-08-22T20:27:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5592">
    <title>Re: n-trig tablet driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5592</link>
    <description>
Not that I know of.


No, it is a different manufacturer, thay won't be comatible.

</description>
    <dc:creator>Dmitry Torokhov</dc:creator>
    <dc:date>2008-08-22T20:03:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.input/5591">
    <title>Re: Usage of new KEY_NUMERIC_* codes in an existing driver(yealink)</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.input/5591</link>
    <description>Hi Thomas,

On Fri, Aug 22, 2008 at 07:01:28PM +0200, Thomas Reitmayr wrote:

Do you think that we need to add more keymaps to the kernel? What I
woudl like to see is adding setkeycode/getkeycode support to yealink
so proper keymap can be loaded from userspace (udev, hal, whatever)
when a device is plugged into a box. USB-P1K coudl also get the new
keymap loaded from userspace while keeping the current legacy keymap
for existing users.


No, that is not a good idea.


Would you mind posting it as a patch - it is much easier to comment on
it in e-mail... Thanks!

</description>
    <dc:creator>Dmitry Torokhov</dc:creator>
    <dc:date>2008-08-22T20:02:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.input">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.input</link>
  </textinput>
</rdf:RDF>
