1. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  2. 98ac785 usb: kbd: allow probing even if usbkbd not in stdin by Kory Maincent · 2 years, 3 months ago
  3. 96991e6 console: usb: kbd: Limit poll frequency to improve performance by Thomas Watson · 2 years, 7 months ago
  4. ba0b984 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 7 months ago
  5. eb5fd9e usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 7 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. e91a411 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 4 years, 10 months ago
  8. 87e91bc usb: kbd: implement special keys by Heinrich Schuchardt · 4 years, 10 months ago
  9. 3352c21 usb: kbd: simplify coding for arrow keys by Heinrich Schuchardt · 4 years, 10 months ago
  10. 28dfa7d usb: kbd: signature of usb_kbd_put_queue() by Heinrich Schuchardt · 4 years, 10 months ago
  11. 216db3a usb: kbd: fix typo by Heinrich Schuchardt · 4 years, 10 months ago
  12. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  13. fdd135b usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  14. 3e816a2 usb_kdb: only process events successfully received by Michal Suchanek · 5 years ago
  15. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  16. c99ffd7 usb: kbd: Properly translate up/down arrow keys by Andre Przywara · 6 years ago
  17. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  18. 4fb67f4 usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · 6 years ago
  19. f8f3e0e usb_kbd: Add support for watchdog by Michal Simek · 6 years ago
  20. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  21. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  22. b026542 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  23. 869588d Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  24. 8319aeb usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  25. 9a80e71 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · 8 years ago
  26. bdbcbe7 usb: kbd: Prevent out of bound access by Marek Vasut · 9 years ago
  27. 8a83487 dm: usb: Add a remove() method for USB keyboards by Simon Glass · 9 years ago
  28. e4b70d8 usb: kbd: don't use int xfers when polling via ctrl xfers by Stephen Warren · 9 years ago
  29. 2cdb58e usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  30. 1762760 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  31. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  32. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  33. 34ab37e dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  34. 1caf934 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  35. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  36. abb59cf dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  37. de45149 usb: kbd: Disable idle input reports when we do not need them by Hans de Goede · 9 years ago
  38. 8454c84 usb: kbd: Fix key repeat not always working by Hans de Goede · 9 years ago
  39. 697033c dm: usb: Support driver model with USB keyboards by Simon Glass · 10 years ago
  40. 603afaf dm: usb: Split out the keyboard probe into its own function by Simon Glass · 10 years ago
  41. 3cbcb28 usb: Fix usb_kbd_deregister when console-muxing is used by Hans de Goede · 10 years ago
  42. 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  43. 8e55311 usb: kbd: Add (optional) support for using an interrupt queue for polling by Hans de Goede · 10 years ago
  44. 8f8d7d2 usb: kbd: Cache pipe, interval and packetsize by Hans de Goede · 10 years ago
  45. dfe5b1c usb: kbd: Fix memleak on usb_kbd_deregister() by Hans de Goede · 10 years ago
  46. be17e75 usb: kbd: Remove unused usb_kbd_generic_poll function by Hans de Goede · 10 years ago
  47. 8a8a225 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
  48. 32d0192 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  49. 3f78a28 usb: kbd: Remove check for already being registered by Hans de Goede · 10 years ago
  50. 0ea09df usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister by Hans de Goede · 10 years ago
  51. 9b23938 usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() by Hans de Goede · 10 years ago
  52. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  53. 91d0be1 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  54. 08a98b8 usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 10 years ago
  55. c95e2b9 console: usb: kbd: To fix slow TFTP booting by Jim Lin · 11 years ago
  56. 07551f2 console: usb: kbd: To improve TFTP booting performance by Jim Lin · 11 years ago
  57. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  58. 5da2dc9 usb: workaround non-working keyboards. by Vincent Palatin · 11 years ago
  59. 09defbc usb: properly re-initialize the USB keyboard. by Vincent Palatin · 11 years ago
  60. ceb4972 usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 11 years ago
  61. 4151a40 USB: add arrow key support to usb_kbd by Allen Martin · 12 years ago
  62. d747538 USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · 12 years ago
  63. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  64. fb3ef64 USB: reevaluate iomux stdin on USB kbd detect by amartin@nvidia.com · 13 years ago
  65. d53da84 usb: add numeric keypad support to HID driver by Vincent Palatin · 13 years ago
  66. 3d17308 USB: fix USB keyboard polling parameter by Vincent Palatin · 13 years ago
  67. 5a1219e USB: Drop dead code from usb_kbd.c by Marek Vasut · 13 years ago
  68. 9a8c72a USB: Rework usb_kbd.c by Marek Vasut · 13 years ago
  69. 48c8073 USB: Add functionality to poll the USB keyboard via control EP by Marek Vasut · 13 years ago
  70. c4eba6e common/usb_kbd.c: fix bug introduced in commit 00b7d6e by Wolfgang Denk · 13 years ago
  71. 00b7d6e USB: Squash checkpatch warnings in usb_kbd.c by Marek Vasut · 13 years ago
  72. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  73. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  74. 1eb734f usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure by Thomas Abraham · 16 years ago
  75. fea91ed usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  76. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. 3b20fd8 Correct drv_usb_kbd_init function by Ryan CHEN · 16 years ago
  78. c1de7a6 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. d6e9ee9 common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  81. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  82. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  83. 4785a69 Add Ctrl combo key support to usb keyboard driver. by Zhang Wei · 17 years ago
  84. eb6f214 Fix the issue of usb_kbd driver missing the scan code of key 'z'. by Zhang Wei · 17 years ago
  85. fdcfaa1 USB event poll support by Zhang Wei · 17 years ago
  86. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  87. affae2b Initial revision by wdenk · 22 years ago