All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hid-tmff fix again
@ 2004-06-16 21:57 Zinx Verituse
  2004-06-17  6:38 ` Vojtech Pavlik
  0 siblings, 1 reply; 2+ messages in thread
From: Zinx Verituse @ 2004-06-16 21:57 UTC (permalink / raw)
  To: linux-kernel

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

Posting again.  Still not applied as of 2.6.7.  The hid-tmff driver is
useless without this.

-- 
Zinx Verituse                                    http://zinx.xmms.org/

[-- Attachment #2: linux-2.6.5-hid-tmff.diff --]
[-- Type: text/plain, Size: 587 bytes --]

diff -ru linux-2.6.5.orig/drivers/usb/input/hid-tmff.c linux-2.6.5/drivers/usb/input/hid-tmff.c
--- linux-2.6.5.orig/drivers/usb/input/hid-tmff.c	2003-10-25 13:43:59.000000000 -0500
+++ linux-2.6.5/drivers/usb/input/hid-tmff.c	2003-12-18 01:00:41.000000000 -0600
@@ -110,7 +110,7 @@
 {
 	struct tmff_device *private;
 	struct list_head *pos;
-	struct hid_input *hidinput = list_entry(&hid->inputs, struct hid_input, list);
+	struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
 
 	private = kmalloc(sizeof(struct tmff_device), GFP_KERNEL);
 	if (!private)

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

* Re: [PATCH] hid-tmff fix again
  2004-06-16 21:57 [PATCH] hid-tmff fix again Zinx Verituse
@ 2004-06-17  6:38 ` Vojtech Pavlik
  0 siblings, 0 replies; 2+ messages in thread
From: Vojtech Pavlik @ 2004-06-17  6:38 UTC (permalink / raw)
  To: Zinx Verituse; +Cc: linux-kernel

On Wed, Jun 16, 2004 at 04:57:37PM -0500, Zinx Verituse wrote:
> Posting again.  Still not applied as of 2.6.7.  The hid-tmff driver is
> useless without this.

Thanks, applied.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

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

end of thread, other threads:[~2004-06-17  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-16 21:57 [PATCH] hid-tmff fix again Zinx Verituse
2004-06-17  6:38 ` Vojtech Pavlik

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.