1. 76d3252 Merge android-4.9.211(5af9b7f) into msm-4.9 by jianzhou · 4 years, 3 months ago
  2. cc3a5f5 Merge android-4.9.210(09c8c12) into msm-4.9 by jianzhou · 4 years, 3 months ago
  3. 5af9b7f Merge 4.9.211 into android-4.9-q by Greg Kroah-Hartman · 4 years, 4 months ago
  4. f6d0187 HID: hidraw, uhid: Always report EPOLLOUT by Jiri Kosina · 4 years, 5 months ago
  5. 09c8c12 Merge 4.9.210 into android-4.9-q by Greg Kroah-Hartman · 4 years, 4 months ago
  6. 4d29a64 HID: uhid: Fix returning EPOLLOUT from uhid_char_poll by Marcel Holtmann · 4 years, 6 months ago
  7. aa14018 Merge "Merge android-4.9.145 (6328e64) into msm-4.9" by Linux Build Service Account · 5 years ago
  8. 18a929c HID: uhid: Remove the redundant reference counting for open/close by Raghavendra Rao Ananta · 6 years ago
  9. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  10. ab26f7f HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges by Eric Biggers · 6 years ago
  11. 9835098 ANDROID: hid: uhid: implement refcount for open and close by Dmitry Torokhov · 7 years ago
  12. ca75d60 miscdevice: Add helper macro for misc device boilerplate by PrasannaKumar Muralidharan · 8 years ago
  13. 67f8ecc HID: uhid: fix timeout when probe races with IO by Roderick Colenbrander · 8 years ago
  14. 7365abb drivers/hid/uhid.c: check write() bitness using in_compat_syscall by Andy Lutomirski · 8 years ago
  15. 8493ecc HID: uHID: fix excepted report type by Benjamin Tissoires · 10 years ago
  16. c2b2f16 HID: uhid: report to user-space whether reports are numbered by David Herrmann · 10 years ago
  17. 11c2215 HID: uhid: implement SET_REPORT by David Herrmann · 10 years ago
  18. 7c4003b HID: uhid: rename uhid_raw_request to uhid_hid_raw_request by David Herrmann · 10 years ago
  19. fa71f32 HID: uhid: add ABI compatible UHID_GET_REPORT replacing UHID_FEATURE by David Herrmann · 10 years ago
  20. 5942b84 HID: uhid: invert report_done and make non-atomic by David Herrmann · 10 years ago
  21. 8cad5b0 HID: uhid: turn report_id into u32 by David Herrmann · 10 years ago
  22. 25be7fe HID: uhid: avoid magic-numbers when setting strings by David Herrmann · 10 years ago
  23. 41c4a46 HID: uhid: avoid dangling pointers in uhid context by David Herrmann · 10 years ago
  24. 56c4775 HID: uhid: forward create_req to create2_req by David Herrmann · 10 years ago
  25. 0e0d752 HID: uhid: simplify report-cb shutdown by David Herrmann · 10 years ago
  26. 662d4ce HID: uhid: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 10 years ago
  27. 4522643 HID: uhid: Add UHID_CREATE2 + UHID_INPUT2 by Petri Gynther · 10 years ago
  28. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 10 years ago
  29. 706daef HID: uHID: implement .raw_request by Benjamin Tissoires · 10 years ago
  30. 289a716 HID: uhid: reintroduce uhid_hid_get_raw() by Jiri Kosina · 10 years ago
  31. 41abfb3 HID: uHID: remove duplicated code by Benjamin Tissoires · 10 years ago
  32. 4a76d37 HID: uhid: remove uhid_hid_get_raw() by Jiri Kosina · 10 years ago
  33. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 10 years ago
  34. 596cfdd HID: Add the transport-driver function to the uhid driver by Frank Praznik · 10 years ago
  35. 80897aa HID: uhid: fix leak for 64/32 UHID_CREATE by David Herrmann · 11 years ago
  36. 19872d2 HID: uhid: allocate static minor by David Herrmann · 11 years ago
  37. 63faf15 Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linus by Jiri Kosina · 11 years ago
  38. 60cbd53 HID: uhid: add devname module alias by Marcel Holtmann · 11 years ago
  39. bdb829e HID: uhid: use generic hidinput_input_event() by David Herrmann · 11 years ago
  40. befde02 HID: uhid: make creating devices work on 64/32 systems by Dmitry Torokhov · 11 years ago
  41. adefb69 HID: uhid: Fix sending events with invalid data by Vinicius Costa Gomes · 12 years ago
  42. 1a8b294 HID: uhid: silence gcc warning by Jiri Kosina · 12 years ago
  43. fcfcf0d HID: uhid: implement feature requests by David Herrmann · 12 years ago
  44. 3b3baa8 HID: uhid: forward raw output reports to user-space by David Herrmann · 12 years ago
  45. f80e136 HID: uhid: forward output request to user-space by David Herrmann · 12 years ago
  46. e719147 HID: uhid: forward open/close events to user-space by David Herrmann · 12 years ago
  47. ec4b7de HID: uhid: add UHID_START and UHID_STOP events by David Herrmann · 12 years ago
  48. 037c061 HID: uhid: forward hid report-descriptor to hid core by David Herrmann · 12 years ago
  49. 5e87a36 HID: uhid: allow feeding input data into uhid devices by David Herrmann · 12 years ago
  50. d365c6c HID: uhid: add UHID_CREATE and UHID_DESTROY events by David Herrmann · 12 years ago
  51. 6664ef7 HID: uhid: implement write() on uhid devices by David Herrmann · 12 years ago
  52. d937ae5 HID: uhid: implement read() on uhid devices by David Herrmann · 12 years ago
  53. 1f9dec1 HID: uhid: allow poll()'ing on uhid devices by David Herrmann · 12 years ago
  54. ace3d86 HID: uhid: add internal message buffer by David Herrmann · 12 years ago
  55. 1ccd7a2 HID: uhid: introduce user-space I/O driver support for HID by David Herrmann · 12 years ago