1. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  2. 70ffe4e usb: kbd: allow probing even if usbkbd not in stdin by Kory Maincent · 2 years, 5 months ago
  3. d36c85a console: usb: kbd: Limit poll frequency to improve performance by Thomas Watson · 2 years, 10 months ago
  4. 6de61c8 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 9 months ago
  5. 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 10 months ago
  6. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  7. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 5 years ago
  8. 8e505ee usb: kbd: implement special keys by Heinrich Schuchardt · 5 years ago
  9. d05aaef usb: kbd: simplify coding for arrow keys by Heinrich Schuchardt · 5 years ago
  10. 90d746f usb: kbd: signature of usb_kbd_put_queue() by Heinrich Schuchardt · 5 years ago
  11. 38ed7fe usb: kbd: fix typo by Heinrich Schuchardt · 5 years ago
  12. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  13. f5d5af4 usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  14. 46c83f3 usb_kdb: only process events successfully received by Michal Suchanek · 5 years ago
  15. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  16. f608321 usb: kbd: Properly translate up/down arrow keys by Andre Przywara · 6 years ago
  17. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  18. 2b0634d usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · 6 years ago
  19. 07b3cc9 usb_kbd: Add support for watchdog by Michal Simek · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  22. dfc2535 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  23. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  24. 9b70df5 usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  25. a88d437 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · 9 years ago
  26. 0082cd1 usb: kbd: Prevent out of bound access by Marek Vasut · 9 years ago
  27. 3c3ba90 dm: usb: Add a remove() method for USB keyboards by Simon Glass · 9 years ago
  28. 1fd879e usb: kbd: don't use int xfers when polling via ctrl xfers by Stephen Warren · 9 years ago
  29. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  30. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  31. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  32. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  33. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  34. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  35. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  36. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  37. d4e99a6 usb: kbd: Disable idle input reports when we do not need them by Hans de Goede · 9 years ago
  38. 650d720 usb: kbd: Fix key repeat not always working by Hans de Goede · 10 years ago
  39. 5f1296b dm: usb: Support driver model with USB keyboards by Simon Glass · 10 years ago
  40. fcdc0c3 dm: usb: Split out the keyboard probe into its own function by Simon Glass · 10 years ago
  41. e8790a2 usb: Fix usb_kbd_deregister when console-muxing is used by Hans de Goede · 10 years ago
  42. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  43. 2d02ae7 usb: kbd: Add (optional) support for using an interrupt queue for polling by Hans de Goede · 10 years ago
  44. 3c79470 usb: kbd: Cache pipe, interval and packetsize by Hans de Goede · 10 years ago
  45. 55a5451 usb: kbd: Fix memleak on usb_kbd_deregister() by Hans de Goede · 10 years ago
  46. 36fc749 usb: kbd: Remove unused usb_kbd_generic_poll function by Hans de Goede · 10 years ago
  47. 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
  48. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  49. 7d21c8b usb: kbd: Remove check for already being registered by Hans de Goede · 10 years ago
  50. f565623 usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister by Hans de Goede · 10 years ago
  51. e402b6c usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() by Hans de Goede · 10 years ago
  52. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  53. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  54. 17472dc usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 11 years ago
  55. e2ebec8 console: usb: kbd: To fix slow TFTP booting by Jim Lin · 11 years ago
  56. c562f97 console: usb: kbd: To improve TFTP booting performance by Jim Lin · 11 years ago
  57. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  58. 0eab998 usb: workaround non-working keyboards. by Vincent Palatin · 12 years ago
  59. 4d6839f usb: properly re-initialize the USB keyboard. by Vincent Palatin · 12 years ago
  60. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago
  61. 1bfb4cd USB: add arrow key support to usb_kbd by Allen Martin · 12 years ago
  62. ef769ca USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · 12 years ago
  63. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  64. c9d6202 USB: reevaluate iomux stdin on USB kbd detect by amartin@nvidia.com · 13 years ago
  65. 92f6a62 usb: add numeric keypad support to HID driver by Vincent Palatin · 13 years ago
  66. f3f3a5d USB: fix USB keyboard polling parameter by Vincent Palatin · 13 years ago
  67. d9b34b3 USB: Drop dead code from usb_kbd.c by Marek Vasut · 13 years ago
  68. 7534a3e USB: Rework usb_kbd.c by Marek Vasut · 13 years ago
  69. 82cf9a4 USB: Add functionality to poll the USB keyboard via control EP by Marek Vasut · 13 years ago
  70. dea3a10 common/usb_kbd.c: fix bug introduced in commit 00b7d6e by Wolfgang Denk · 13 years ago
  71. b930098 USB: Squash checkpatch warnings in usb_kbd.c by Marek Vasut · 13 years ago
  72. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  73. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. fb8ecaa usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure by Thomas Abraham · 16 years ago
  75. 3bef09c usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  76. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. e9d1bdc Correct drv_usb_kbd_init function by Ryan CHEN · 16 years ago
  78. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  81. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 17 years ago
  82. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  83. 37cc4f0 Add Ctrl combo key support to usb keyboard driver. by Zhang Wei · 17 years ago
  84. 1a4d438 Fix the issue of usb_kbd driver missing the scan code of key 'z'. by Zhang Wei · 17 years ago
  85. 063f9ff USB event poll support by Zhang Wei · 17 years ago
  86. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  87. affae2b Initial revision by wdenk · 22 years ago