index
:
rocket-tools/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-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
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
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-14
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
Kevin O'Connor
1
-1
/
+1
2013-06-08
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
1
-4
/
+4
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-15
/
+15
2012-07-21
usb attached scsi boot support
Gerd Hoffmann
1
-3
/
+7
2012-05-30
Remove "noinline" declarations from keyboard/mouse driver code.
Kevin O'Connor
1
-1
/
+1
2012-05-24
Misc conversions to GET/SET_LOWFLAT().
Kevin O'Connor
1
-2
/
+2
2012-03-10
usb: Move EHCI tt_* fields to EHCI controller code.
Kevin O'Connor
1
-13
/
+0
2012-03-10
usb: Move code around in usb.c.
Kevin O'Connor
1
-77
/
+77
2012-03-10
usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.
Kevin O'Connor
1
-23
/
+8
2012-03-10
usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions.
Kevin O'Connor
1
-13
/
+15
2012-03-10
usb: Pass 'struct usbdevice_s' into controller alloc_async functions.
Kevin O'Connor
1
-22
/
+19
2012-03-10
usb: Pass usbdevice_s to alloc_async_pipe.
Kevin O'Connor
1
-63
/
+68
2012-03-10
usb: Build path via chain of usbdevice_s.
Kevin O'Connor
1
-9
/
+5
2012-03-10
usb: Push 'struct usbdevice_s' usage through to pipe allocation.
Kevin O'Connor
1
-16
/
+19
2012-03-10
usb: Introduce 'struct usbdevice_s' to describe info for a given device.
Kevin O'Connor
1
-18
/
+31
2012-03-06
usb: Obtain free list items in main code.
Kevin O'Connor
1
-16
/
+25
2012-03-06
usb: Remove cntl->defaultpipe cache.
Kevin O'Connor
1
-20
/
+17
2012-03-06
usb: Centralize pipe free list code.
Kevin O'Connor
1
-9
/
+4
2011-07-10
Push 'struct pci_device' into USB code (instead of using u16 bdf).
Kevin O'Connor
1
-3
/
+3
2011-06-20
Convert USB detection code to use struct pci_device.
Kevin O'Connor
1
-23
/
+18
2011-06-19
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
1
-2
/
+2
2011-01-01
Extend 'usb_pipe' to track the controller and ports of each device.
Kevin O'Connor
1
-0
/
+4
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-2
/
+0
2010-09-25
Warn that ohci bulk is not supported.
Kevin O'Connor
1
-2
/
+2
2010-05-01
Add support for USB mice.
Kevin O'Connor
1
-7
/
+5
2010-03-28
Refactor USB hub code.
Kevin O'Connor
1
-2
/
+62
2010-03-09
Add USB EHCI controller support.
Kevin O'Connor
1
-11
/
+65
2010-03-09
Dynamically allocate USB controller structures.
Kevin O'Connor
1
-10
/
+2
2010-03-09
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
1
-57
/
+51
2010-03-09
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
1
-43
/
+44
2010-02-28
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
1
-32
/
+86
2010-02-17
Initial support for booting from USB drives.
Kevin O'Connor
1
-2
/
+34
2010-02-17
Introduce helper functions for finding USB end-points.
Kevin O'Connor
1
-0
/
+45
2010-02-15
Initial support for USB hubs.
Kevin O'Connor
1
-4
/
+10
2010-02-14
Minor - increase debug level of some USB debug statements.
Kevin O'Connor
1
-1
/
+1
2010-02-14
Add symbolic definitions for USB delays.
Kevin O'Connor
1
-1
/
+1
2010-02-13
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
1
-2
/
+6
2010-02-13
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
1
-0
/
+1
2010-02-11
Support USB keyboard auto-repeat.
Kevin O'Connor
1
-1
/
+1
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-10-24
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
1
-10
/
+8
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-1
/
+1
2009-10-17
Expand USB OHCI support.
Kevin O'Connor
1
-4
/
+6
2009-10-12
Add stubs for USB OHCI support.
Kevin O'Connor
1
-5
/
+29
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-0
/
+206