linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Samsung R510
@ 2009-09-11  8:17 Mike Lothian
  2009-09-15 21:03 ` Mike Lothian
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Lothian @ 2009-09-11  8:17 UTC (permalink / raw)
  To: linux-input

Hi

Please could the following patch be added to the kernel

diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index 95fe045..592623e 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -1572,6 +1572,16 @@ static struct dmi_system_id
atkbd_dmi_quirk_table[] __initdata = {
                .callback = atkbd_setup_forced_release,
                .driver_data = atkbd_samsung_forced_release_keys,
        },
+        {
+                .ident = "Samsung R510/P510",
+                .matches = {
+                        DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG
ELECTRONICS CO., LTD."),
+                        DMI_MATCH(DMI_PRODUCT_NAME, "R510/P510"),
+                },
+                .callback = atkbd_setup_forced_release,
+                .driver_data = atkbd_samsung_forced_release_keys,
+        },
+
        {
                .ident = "Fujitsu Amilo PA 1510",
                .matches = {

This fixes the forced release keys for me

Thanks

Mike

PS I'm not subscribed to this list so please CC me

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

end of thread, other threads:[~2009-09-16  3:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  8:17 Samsung R510 Mike Lothian
2009-09-15 21:03 ` Mike Lothian
2009-09-16  3:46   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).