Prev: [PATCH -V9 8/9] x86: Add new syscalls for x86_64
Next: [PATCH -V9 9/9] ext3: Copy fs UUID to superblock.
From: Jiri Kosina on 18 May 2010 08:10 On Wed, 12 May 2010, Stefan Achatz wrote: > > >From e550163af2c39c4e7490cd5bf02e44c5dec72d2b Mon Sep 17 00:00:00 2001 > From: Stefan Achatz <erazor_de(a)users.sourceforge.net> > Date: Sat, 8 May 2010 17:30:27 +0200 > Subject: [PATCH 4/5] HID: refactored special event handling in Roccat > Kone > > As special events are reported along with hid event information all > events are now processed further by standard handler. > Also cleaned up this code. > > Signed-off-by: Stefan Achatz <erazor_de(a)users.sourceforge.net> > --- > drivers/hid/hid-roccat-kone.c | 54 > +++++++++++++++------------------------- > 1 files changed, 20 insertions(+), 34 deletions(-) > > diff --git a/drivers/hid/hid-roccat-kone.c > b/drivers/hid/hid-roccat-kone.c > index 0b1db24..66e6940 100644 > --- a/drivers/hid/hid-roccat-kone.c > +++ b/drivers/hid/hid-roccat-kone.c > @@ -912,6 +912,24 @@ static void kone_remove(struct hid_device *hdev) > hid_hw_stop(hdev); > } > > +/* handle special events and keep actual profile and dpi values up to > date */ This is also line-wrapped, could you please fix that up in your mail client and resend? -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jiri Kosina on 19 May 2010 08:00
On Tue, 18 May 2010, Stefan Achatz wrote: > >From e550163af2c39c4e7490cd5bf02e44c5dec72d2b Mon Sep 17 00:00:00 2001 > From: Stefan Achatz <erazor_de(a)users.sourceforge.net> > Date: Sat, 8 May 2010 17:30:27 +0200 > Subject: [PATCH 4/5] HID: refactored special event handling in Roccat Kone > > As special events are reported along with hid event information all > events are now processed further by standard handler. > Also cleaned up this code. Applied, thanks for the cleanup. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |