lkml.org 
[lkml]   [2004]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Trivial fix for hid-tmff driver
Well, this has been a problem for quite some time due to a change in
the list code way back when, and my mails don't seem to be getting
through to Vojtech Pavlik, so here's the patch.. The problem may still
exist in the other drivers..

--
Zinx Verituse http://zinx.xmms.org/
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)
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.032 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site