From 9305526d84391e7f3752119c9c9bbfa9433745a2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 14 Dec 2010 18:44:36 +0100 Subject: upgrade to natty (2.6.37-9) --- usr/src/dkms_source_tree/hid-debug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/dkms_source_tree/hid-debug.c') diff --git a/usr/src/dkms_source_tree/hid-debug.c b/usr/src/dkms_source_tree/hid-debug.c index 850d02a..75c5e23 100644 --- a/usr/src/dkms_source_tree/hid-debug.c +++ b/usr/src/dkms_source_tree/hid-debug.c @@ -570,6 +570,8 @@ void hid_debug_event(struct hid_device *hdev, char *buf) buf[i]; list->tail = (list->tail + i) % HID_DEBUG_BUFSIZE; } + + wake_up_interruptible(&hdev->debug_wait); } EXPORT_SYMBOL_GPL(hid_debug_event); @@ -1051,6 +1053,7 @@ static const struct file_operations hid_debug_events_fops = { .read = hid_debug_events_read, .poll = hid_debug_events_poll, .release = hid_debug_events_release, + .llseek = noop_llseek, }; -- cgit v1.2.3