index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
2014-12-30
libpayload: Clean up USB build warnings
Marc Jones
2014-12-30
libpayload: usbmsc: Implement limited LUN support
Julius Werner
2014-12-30
libpayload: usbmsc: Set correct allocation length for REQUEST SENSE
Julius Werner
2014-12-22
libpayload: usb: Try to avoid reusing device addresses
Julius Werner
2014-12-17
libpayload: usb: Detach unused USB devices
Shawn Nematbakhsh
2014-11-13
libpayload: usb: Remove automatic clear_stall() calls from transfers
Julius Werner
2014-11-13
libpayload: usb: Fix up usb_shutdown() code paths
Julius Werner
2014-10-29
libpayload: usb: ehci: Honor 10ms reset recovery period
Julius Werner
2014-10-22
libpayload: usb: Make OHCI work with ARM systems
Julius Werner
2014-10-22
libpayload: usb: xhci: Fix STALL endpoint handling
Shawn Nematbakhsh
2014-10-02
libpayload: usb: xhci: Treat port reset as a port status change
Shawn Nematbakhsh
2014-10-02
libpayload: usb: Remove generic roothub reset port function
Shawn Nematbakhsh
2014-09-10
libpayload: usbhid: Fix typo on descriptor parsing
Julius Werner
2014-09-10
libpayload: ehci: Fix byte count in dump_td()
Julius Werner
2014-09-04
libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices
Julius Werner
2014-09-04
libpayload: usb: Unify USB speed between XHCI stack and USB core
Julius Werner
2014-08-31
libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints
Julius Werner
2014-08-28
libpayload: usb: Allow direct instantiation of MMIO host controllers
Julius Werner
2014-08-19
libpayload: usb: Fix several minor USB stack bugs
Julius Werner
2014-08-18
libpayload: usbmsc: Remove DETACHED state from MSC device structure
Julius Werner
2014-08-14
libpayload: xhci: Make XHCI stack usable on ARM
Julius Werner
2014-08-14
libpayload: Make EHCI driver cache-aware
Julius Werner
2014-08-14
libpayload: Add in a missing "static".
Gabe Black
2014-08-14
libpayload: Reduce media init timeout to 5 seconds.
Shawn Nematbakhsh
2014-08-14
libpayload: Increase accuracy of timeout period for media init.
Shawn Nematbakhsh
2014-08-14
libpayload: usbmsc: Split transfers into 64KB chunks
Duncan Laurie
2014-08-12
libpayload: usbhub: Don't clear PSC unless it was set
Julius Werner
2014-08-12
libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers.
Julius Werner
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-11
libpayload: xhci: Use Event Data TRBs for transfer event generation
Julius Werner
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-12
libpayload: find source of input characters
Luigi Semenzato
2014-07-10
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
libpayload: Catch null-pointer dereference in xHCI
Nico Huber
2014-07-10
libpayload: xHCI: Always initialize controller->pcidev
Nico Huber
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2014-07-10
libpayload: Remove redundant phys_to_virt() from xHCI driver
Nico Huber
2014-01-08
libpayload: reintroduce optional PCI in XHCI driver
Patrick Georgi
2013-12-21
libpayload: Increase USB EHCI transfer timeout
Julius Werner
2013-11-25
libpayload: usb mass storage card hot plug
Aaron Durbin
2013-11-25
libpayload: usb mass storage detect empty media
Aaron Durbin
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-11-25
libpayload (EHCI): correctly align PORTSC
Stefan Reinauer
2013-09-30
libpayload: Switch xHCI shared ports back to EHCI on shutdown
Nico Huber
2013-06-13
libpayload: Fill gaps in the xHCI driver
Nico Huber
2013-06-13
libpayload: Port usb hub driver to use the generic code
Nico Huber
2013-06-13
libpayload: Add a generic driver for usb hubs
Nico Huber
2013-06-13
libpayload: usb: Add interval attribute to endpoints
Nico Huber
2013-06-13
libpayload: Redirect USB slave init through controller driver
Patrick Georgi
2013-06-13
libpayload: usb: Skip non-endpoint descriptors during init
Nico Huber
2013-04-08
libpayload: Handle multifunction bridge devices better.
Gabe Black
2013-03-26
libpayload: Fix unused function warning in EHCI stack
Stefan Reinauer
2013-03-25
libpayload: fix use-after-free in usb_exit()
Mathias Krause
2013-03-25
libpayload: EHCI - detach controller in ehci_shutdown()
Mathias Krause
2013-03-18
libpayload: Make keycode constants available outside of curses.h.
Gabe Black
2013-03-14
libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG
Gabe Black
2013-03-13
libpayload: Add usb_generic_(create|remove) functions for unrecognized devices
Gabe Black
2013-03-13
libpayload: Split EHCI bulk transfers on packet boundaries over qTDs
Julius Werner
2013-03-13
libpayload: add support for 64-bit EHCI controllers
Vincent Palatin
2013-03-12
libpayload: In the USBMSC read_capacity function, make buf an array of u32.
Gabe Black
2013-02-28
libpayload: Check for completion more often in ehci_set_periodic_schedule.
Gabe Black
2013-02-26
libpayload: Correct a constant used for scanning for USB controllers.
Gabe Black
2013-02-01
libpayload: add EHCI QH/qTD debugging
Anton Kochkov
2012-12-20
libpayload: Another usb fix
Patrick Georgi
2012-12-19
libpayload: fix USB
Patrick Georgi
2012-12-19
libpayload: improved UHCI TD debugging
Anton Kochkov
2012-12-19
libpayload: improving OHCI TD/ED debugging
Anton Kochkov
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-27
libpayload: Add _ and + to USB HID keymap
Patrick Georgi
2012-11-24
libpayload: Fix interrupt-queue cleanup for OHCI
Nico Huber
2012-11-24
libpayload: Rework connection state detection for OHCI
Nico Huber
2012-11-24
libpayload: Handle errors in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Handle underruns in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Implement correct interrupt-queue linking for UHCI
Nico Huber
2012-11-23
libpayload: Make USB HID support multiple keyboards
Nico Huber
2012-11-23
libpayload: ehci: Prevent some race conditions
Nico Huber
2012-11-23
libpayload: Detach devices behind removed USB hubs
Nico Huber
2012-11-23
libpayload: More compliant error recovery in USB MSC
Nico Huber
2012-11-23
libpayload: Reduce error output from EHCI
Nico Huber
2012-11-23
libpayload: Fix random warnings
Nico Huber
2012-11-23
libpayload: ehci: Fix warnings about discarded volatile
Nico Huber
2012-11-23
libpayload: Fix some missing-prototype warnings
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-14
libpayload: Free usb host controller instance after shutdown
Nico Huber
2012-11-09
[PATCH] libpayload: Implement EHCI reset function
Anton Kochkov
2012-11-08
Refactor the endianness conversion functions and header files.
Gabe Black
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
libpayload: Take usb_poll out of usb_initialize.
Gabe Black
2012-11-07
libpayload: Make usb_initialize more efficient and fix style problems.
Gabe Black
2012-10-03
libpayload: UHCI driver contained too much magic
Patrick Georgi
2012-10-01
libpayload: fix for UHCI bulk transactions
Anton Kochkov
2012-09-21
Fix disconnect handling on UHCI root ports
Anton Kochkov
2012-09-21
UHCI: use proper pointer size
Anton Kochkov
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-07-27
libpayload: Fix typo
Patrick Georgi
2012-07-12
libpayload: Add reset function for OHCI USB driver
Anton Kochkov
2012-06-29
libpayload: OHCI driver correct PCI BAR reading
Anton Kochkov
2012-06-29
libpayload: use correct types in UHCI driver
Anton Kochkov
2012-06-22
libpayload: Adjust timeouts and delays in OHCI driver
Nico Huber
[next]