Historique des commits

Auteur SHA1 Message Date
  Simon Glass 8a83487030 dm: usb: Add a remove() method for USB keyboards il y a 9 ans
  Stephen Warren e4b70d8035 usb: kbd: don't use int xfers when polling via ctrl xfers il y a 9 ans
  Simon Glass 2cdb58ebdc usb: Avoid open-coded USB constants in usb_kbd.c il y a 9 ans
  Simon Glass 17627609e0 usb: Drop unused code in usb_kbd.c il y a 9 ans
  Simon Glass 24b852a7a2 Move console definitions into a new console.h file il y a 9 ans
  Simon Glass e84421d8f3 dm: input: Create a keyboard uclass il y a 9 ans
  Simon Glass 34ab37eef5 dm: usb: Add support for USB keyboards with driver model il y a 9 ans
  Bin Meng 1caf934a05 video: Drop DEV_FLAGS_SYSTEM flag il y a 9 ans
  Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header il y a 9 ans
  Simon Glass abb59cffcf dm: usb: Adjust the USB_DEVICE() macro naming il y a 10 ans
  Hans de Goede de451493f1 usb: kbd: Disable idle input reports when we do not need them il y a 10 ans
  Hans de Goede 8454c84af5 usb: kbd: Fix key repeat not always working il y a 10 ans
  Simon Glass 697033cbf0 dm: usb: Support driver model with USB keyboards il y a 10 ans
  Simon Glass 603afaf0e5 dm: usb: Split out the keyboard probe into its own function il y a 10 ans
  Hans de Goede 3cbcb28928 usb: Fix usb_kbd_deregister when console-muxing is used il y a 10 ans
  Hans de Goede 8bb6c1d1e0 usb: Add an interval parameter to create_int_queue il y a 10 ans
  Hans de Goede 8e55311983 usb: kbd: Add (optional) support for using an interrupt queue for polling il y a 10 ans
  Hans de Goede 8f8d7d2451 usb: kbd: Cache pipe, interval and packetsize il y a 10 ans
  Hans de Goede dfe5b1c86f usb: kbd: Fix memleak on usb_kbd_deregister() il y a 10 ans
  Hans de Goede be17e752f3 usb: kbd: Remove unused usb_kbd_generic_poll function il y a 10 ans
  Hans de Goede 8a8a2257ec usb: kbd: Allow "usb reset" to continue when an usb kbd is used il y a 10 ans
  Hans de Goede 32d019265d stdio: Add force parameter to stdio_deregister il y a 10 ans
  Hans de Goede 3f78a28037 usb: kbd: Remove check for already being registered il y a 10 ans
  Hans de Goede 0ea09dfe87 usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister il y a 10 ans
  Hans de Goede 9b2393812e usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() il y a 10 ans
  Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods il y a 11 ans
  Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls il y a 11 ans
  Adrian Cox 08a98b89df usb: Fix USB keyboard polling via control endpoint il y a 11 ans
  Jim Lin c95e2b9eae console: usb: kbd: To fix slow TFTP booting il y a 11 ans
  Jim Lin 07551f2343 console: usb: kbd: To improve TFTP booting performance il y a 11 ans