index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: fix wrong init of keyboard/mouse's if first interface is not boot protocol
Qi Zhou
2022-11-23
1
-5
/
+7
*
usb.c: Fix devices using non-primary interface descriptor
Matt DeVillier
2020-09-25
1
-8
/
+19
*
usb: Make usb_time_sigatt variable static
Kevin O'Connor
2016-10-26
1
-1
/
+1
*
usb: Eliminate USB controller setup thread
Kevin O'Connor
2016-02-02
1
-11
/
+5
*
usb: Allow configuration of sigatt time (in etc/usb-time-sigatt)
Kevin O'Connor
2015-11-17
1
-1
/
+5
*
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
2015-10-15
1
-3
/
+2
*
Make sure all code checks for malloc failures
Kevin O'Connor
2015-07-04
1
-1
/
+3
*
usb: Minor - properly free memory on get_device_config() error path
Kevin O'Connor
2015-01-07
1
-1
/
+3
*
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
2015-01-07
1
-8
/
+8
*
usb: Use usb_send_pipe() now that all drivers have x_send_pipe()
Kevin O'Connor
2015-01-07
1
-25
/
+15
*
xhci: Merge xhci_send_control with xhci_send_bulk
Kevin O'Connor
2015-01-07
1
-2
/
+2
*
uhci: Merge uhci_send_control with uhci_send_bulk
Kevin O'Connor
2015-01-07
1
-2
/
+2
*
ohci: Merge ohci_send_control with ohci_send_bulk
Kevin O'Connor
2015-01-07
1
-2
/
+2
*
ehci: Merge ehci_send_control with ehci_send_bulk
Kevin O'Connor
2015-01-07
1
-2
/
+2
*
usb: Add support for OHCI bulk transfers
Kevin O'Connor
2015-01-01
1
-1
/
+4
*
usb: Use usb_realloc_pipe for pipe alloc, update, and free.
Kevin O'Connor
2014-10-16
1
-33
/
+27
*
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()
Kevin O'Connor
2014-10-16
1
-1
/
+1
*
ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()
Kevin O'Connor
2014-10-16
1
-1
/
+1
*
uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()
Kevin O'Connor
2014-10-16
1
-1
/
+1
*
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Clarify usb freelist manipulations
Kevin O'Connor
2014-10-16
1
-5
/
+20
*
usb: Rename free_pipe() to usb_free_pipe()
Kevin O'Connor
2014-10-16
1
-4
/
+4
*
usb: Rename send_default_control() to usb_send_default_control()
Kevin O'Connor
2014-10-16
1
-7
/
+7
*
usb: Rename findEndPointDesc() to usb_find_desc()
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
2014-10-16
1
-8
/
+8
*
usb: Perform device detect polling on all usb controllers.
Kevin O'Connor
2014-09-16
1
-6
/
+15
*
usb: Fix usb_xfer_time() to work when called in 16bit mode.
Kevin O'Connor
2014-09-09
1
-1
/
+1
*
xhci: Update the times for usb command timeouts.
Kevin O'Connor
2014-06-14
1
-0
/
+13
*
usb: Move default pipe max packet size code from xhci to main code.
Kevin O'Connor
2014-01-29
1
-1
/
+8
*
usb: USB 3 devices encode bMaxPacketSize0 field.
Kevin O'Connor
2014-01-29
1
-4
/
+7
*
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
2014-01-29
1
-2
/
+11
*
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.
Kevin O'Connor
2014-01-29
1
-2
/
+2
*
usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.
Kevin O'Connor
2013-12-27
1
-47
/
+12
*
usb: add xhci support
Gerd Hoffmann
2013-09-19
1
-0
/
+13
*
usb: add usb_update_pipe()
Gerd Hoffmann
2013-09-19
1
-5
/
+17
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-9
/
+10
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+461