index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-netbsd-fix
devel-with-sti64bit
devel-with-sti64bit-neu
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-next
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hw
/
usb-ohci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
ohci work
Helge Deller
1
-44
/
+47
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
1
-1
/
+1
2016-02-03
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
1
-3
/
+1
2016-02-02
ohci: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-9
/
+8
2016-02-02
usb: Eliminate USB controller setup thread
Kevin O'Connor
1
-1
/
+0
2016-02-02
ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes
Kevin O'Connor
1
-0
/
+3
2015-01-07
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
1
-2
/
+2
2015-01-07
ohci: Merge ohci_send_control with ohci_send_bulk
Kevin O'Connor
1
-60
/
+30
2015-01-01
usb: Add support for OHCI bulk transfers
Kevin O'Connor
1
-17
/
+71
2014-10-16
ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()
Kevin O'Connor
1
-2
/
+5
2014-10-16
usb: Clarify usb freelist manipulations
Kevin O'Connor
1
-2
/
+2
2014-10-16
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
1
-1
/
+1
2014-10-16
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
1
-2
/
+2
2014-09-16
usb: Perform device detect polling on all usb controllers.
Kevin O'Connor
1
-15
/
+2
2014-09-16
ohci: Repeatedly poll for device detect for 100ms.
Kevin O'Connor
1
-4
/
+11
2014-06-14
ohci: Update usb command timeouts to use usb_xfer_time()
Kevin O'Connor
1
-4
/
+3
2013-12-27
usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.
Kevin O'Connor
1
-5
/
+16
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-6
/
+7
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-0
/
+534