public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix numlock led on Dell keyboard (413c:2105)
@ 2008-10-14 12:28 Mauro Carvalho Chehab
  2008-10-14 13:48 ` Jiri Slaby
  2008-10-14 22:03 ` FD Cami
  0 siblings, 2 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2008-10-14 12:28 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: LKML

This keyboard needs to re-sync numlock after probing.
    
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

diff --git a/drivers/hid/hid-dell.c b/drivers/hid/hid-dell.c
index 98ee40e..1a0d0df 100644
--- a/drivers/hid/hid-dell.c
+++ b/drivers/hid/hid-dell.c
@@ -47,6 +47,7 @@ err_free:
 
 static const struct hid_device_id dell_devices[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658) },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_SK8115) },
 	{ }
 };
 MODULE_DEVICE_TABLE(hid, dell_devices);
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index fa4e4fd..b74c505 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -132,6 +132,7 @@
 
 #define USB_VENDOR_ID_DELL		0x413c
 #define USB_DEVICE_ID_DELL_W7658	0x2005
+#define USB_DEVICE_ID_DELL_SK8115	0x2105
 
 #define USB_VENDOR_ID_DELORME		0x1163
 #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100

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

* Re: [PATCH] Fix numlock led on Dell keyboard (413c:2105)
  2008-10-14 12:28 [PATCH] Fix numlock led on Dell keyboard (413c:2105) Mauro Carvalho Chehab
@ 2008-10-14 13:48 ` Jiri Slaby
  2008-10-14 22:03 ` FD Cami
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2008-10-14 13:48 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jiri Kosina, LKML

Mauro Carvalho Chehab napsal(a):
> This keyboard needs to re-sync numlock after probing.
>     
> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> 
> diff --git a/drivers/hid/hid-dell.c b/drivers/hid/hid-dell.c
> index 98ee40e..1a0d0df 100644
> --- a/drivers/hid/hid-dell.c
> +++ b/drivers/hid/hid-dell.c
> @@ -47,6 +47,7 @@ err_free:
>  
>  static const struct hid_device_id dell_devices[] = {
>  	{ HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658) },
> +	{ HID_USB_DEVICE(USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_SK8115) },

Add the line also to hid_blacklist in hid-core.c.

Thanks.

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

* Re: [PATCH] Fix numlock led on Dell keyboard (413c:2105)
  2008-10-14 12:28 [PATCH] Fix numlock led on Dell keyboard (413c:2105) Mauro Carvalho Chehab
  2008-10-14 13:48 ` Jiri Slaby
@ 2008-10-14 22:03 ` FD Cami
  2008-10-14 22:11   ` FD Cami
  1 sibling, 1 reply; 4+ messages in thread
From: FD Cami @ 2008-10-14 22:03 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jiri Kosina, LKML


Hi Mauro,

On Tue, 14 Oct 2008 10:28:21 -0200
Mauro Carvalho Chehab <mchehab@redhat.com> wrote:

> This keyboard needs to re-sync numlock after probing.

Do you mean, when you plug one, the numlock LED is on but numlock
may be off ? 

Cheers

Francois

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

* Re: [PATCH] Fix numlock led on Dell keyboard (413c:2105)
  2008-10-14 22:03 ` FD Cami
@ 2008-10-14 22:11   ` FD Cami
  0 siblings, 0 replies; 4+ messages in thread
From: FD Cami @ 2008-10-14 22:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jiri Kosina, LKML

On Wed, 15 Oct 2008 00:03:14 +0200
FD Cami <francois.cami@free.fr> wrote:

> On Tue, 14 Oct 2008 10:28:21 -0200
> Mauro Carvalho Chehab <mchehab@redhat.com> wrote:
> 
> > This keyboard needs to re-sync numlock after probing.
> 
> Do you mean, when you plug one, the numlock LED is on but numlock
> may be off ? 

Please ignore that one, I found your post from last week explaining
the issue. 

Francois

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

end of thread, other threads:[~2008-10-14 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 12:28 [PATCH] Fix numlock led on Dell keyboard (413c:2105) Mauro Carvalho Chehab
2008-10-14 13:48 ` Jiri Slaby
2008-10-14 22:03 ` FD Cami
2008-10-14 22:11   ` FD Cami

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox