Re: [PATCH] HID: hidraw: fix signaling SIGIO when hidraw reports an event

2012-11-28 Thread Jiri Kosina
On Tue, 27 Nov 2012, Andrew Duggan wrote: > Hi Jiri and Linux-Input, > > This patch fixes sending SIGIO from hidraw_report_event by creating a fasync > handler which adds the fasync entry. > > > Signed-off-by: Andrew Duggan > --- > drivers/hid/hidraw.c |8 > 1 file changed, 8 ins

[PATCH] HID: hidraw: fix signaling SIGIO when hidraw reports an event

2012-11-27 Thread Andrew Duggan
Hi Jiri and Linux-Input, This patch fixes sending SIGIO from hidraw_report_event by creating a fasync handler which adds the fasync entry. Signed-off-by: Andrew Duggan --- drivers/hid/hidraw.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/hid/hidraw.c b/drivers/hid/hid