From b1d50c826811bdb72f61bc8dcf492e1b27e249ca Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Mon, 30 Aug 2010 13:27:45 -0400 Subject: [PATCH] --- yaml --- r: 215546 b: refs/heads/master c: 1debfb3315d95ab5ce328e307bd115b4400685fb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hid/hid-debug.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 068a68f1edbb..199aff673bb4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 816651a7d4a32664261e5f9f88ad0d558faed4cc +refs/heads/master: 1debfb3315d95ab5ce328e307bd115b4400685fb diff --git a/trunk/drivers/hid/hid-debug.c b/trunk/drivers/hid/hid-debug.c index 850d02a7a925..adff4efdc169 100644 --- a/trunk/drivers/hid/hid-debug.c +++ b/trunk/drivers/hid/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);