Merge branches 'upstream' and 'upstream-fixes' into for-linus

This commit is contained in:
Jiri Kosina
2010-10-23 22:44:36 +02:00
13 changed files with 174 additions and 98 deletions

View File

@@ -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);