index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/SLOF.git
master
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
/
lib
/
libusb
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
Fix format strings in usb-ohci.c
Thomas Huth
1
-6
/
+6
2015-12-09
usb: print unhandled descriptor in debug mode
Nikunj A Dadhania
1
-1
/
+1
2015-12-01
Stack optimization in libusb: split up setup_new_device()
Thomas Huth
7
-40
/
+52
2015-10-22
Fix special keys on USB
Dinar Valeev
1
-9
/
+7
2015-10-22
Fix function keys on USB
Dinar Valeev
1
-16
/
+12
2015-10-06
usb-xhci: add keyboard support
Nikunj A Dadhania
2
-1
/
+120
2015-10-06
usb-xhci: ready the link trb early
Nikunj A Dadhania
1
-7
/
+6
2015-10-06
usb-xhci: scan usb high speed ports
Nikunj A Dadhania
1
-9
/
+30
2015-10-06
usb-xhci: bulk improve event handling loop
Nikunj A Dadhania
1
-9
/
+32
2015-10-06
usb-xhci: return on allocation failure
Nikunj A Dadhania
1
-1
/
+2
2015-10-06
usb-xhci: add delay in shutdown path
Nikunj A Dadhania
1
-0
/
+12
2015-10-06
usb-xhci: event trbs does not need link trb
Nikunj A Dadhania
1
-4
/
+6
2015-10-06
usb-hid: refactor usb key reading
Nikunj A Dadhania
1
-7
/
+4
2015-07-20
usb-hid: Caps is not always shift
Dinar Valeev
1
-3
/
+27
2015-03-23
Fix "key?" Forth word when using USB keyboards
Thomas Huth
1
-9
/
+21
2015-03-23
Include make.rules in the library Makefiles
Thomas Huth
1
-0
/
+2
2014-10-29
usb-xhci: support xhci extended capabilities
Nikunj A Dadhania
2
-6
/
+41
2014-07-17
xhci: fix port assignment
Nikunj A Dadhania
1
-1
/
+1
2014-04-25
xhci: fix controller stop
Nikunj A Dadhania
1
-1
/
+1
2014-04-25
virtio-blk: support variable block size
Nikunj A Dadhania
1
-5
/
+0
2014-03-26
usb-core: adjust port numbers in set_address
Nikunj A Dadhania
1
-1
/
+8
2014-01-20
[oex]hci_exit: Check before freeing/unmapping memory
Nikunj A Dadhania
3
-16
/
+38
2013-12-16
usb-xhci: memory freeing and using returns as bool uniformly
Nikunj A Dadhania
2
-26
/
+41
2013-11-17
usb-ohci: fix warnings
Nikunj A Dadhania
1
-3
/
+2
2013-11-16
Fix dprintf macros at various points
Nikunj A Dadhania
6
-7
/
+7
2013-11-15
usb-ohci: rewrite done_head processing code
Nikunj A Dadhania
1
-55
/
+59
2013-11-15
usb-xhci: add xhci host controller support
Nikunj A Dadhania
4
-9
/
+1453
2013-11-15
usb-xhci: add xhci support
Nikunj A Dadhania
7
-2
/
+230
2013-10-15
usb-core: disable xhci
Nikunj A Dadhania
1
-1
/
+1
2013-10-04
usb-ohci: preserve the toggleCarry bit in ED
Nikunj A Dadhania
1
-1
/
+2
2013-10-04
usb-ohci: done_head processing fixes
Nikunj A Dadhania
2
-36
/
+42
2013-10-04
usb-ohci: update init and rationalize timings
Nikunj A Dadhania
2
-13
/
+17
2013-10-04
usb-msc: handle stall and other fixes
Nikunj A Dadhania
2
-2
/
+16
2013-10-04
usb-core: Add CLEAR FEATURE api
Nikunj A Dadhania
2
-0
/
+22
2013-08-23
usb-ohci: Convert td-phys every time to td-virt
qemu-slof-20130827
Nikunj A Dadhania
1
-1
/
+4
2013-08-21
usb: fix various issues found with js2x
Nikunj A Dadhania
4
-36
/
+125
2013-08-21
usb: Use separate in-memory endian swap
Nikunj A Dadhania
3
-32
/
+33
2013-08-21
usb-ohci: collect TDs from done list
Nikunj A Dadhania
2
-14
/
+133
2013-08-06
usb-ohci: Use proper memory barriers always
Benjamin Herrenschmidt
1
-2
/
+2
2013-08-06
usb: Fix a couple of warnings
Benjamin Herrenschmidt
2
-1
/
+5
2013-08-06
usb-ehci: Add ehci handshake
Nikunj A Dadhania
2
-6
/
+43
2013-08-06
usb: add mb for write accessors
Nikunj A Dadhania
1
-0
/
+5
2013-08-06
usb-ohci: add missing memory barriers
Nikunj A Dadhania
1
-0
/
+8
2013-08-06
usb-ohci: suspend the controller in exit code path
Nikunj A Dadhania
2
-7
/
+3
2013-08-06
usb-ohci: Add a reset when closing the OHCI
Benjamin Herrenschmidt
1
-0
/
+1
2013-08-06
usb: Use proper accessors for MMIO and separate in-memory endian swap
Benjamin Herrenschmidt
3
-129
/
+131
2013-07-24
usb: unmap buffers
Nikunj A Dadhania
9
-12
/
+120
2013-07-24
usb-kbd: accept "s" to drop to OF prompt
Nikunj A Dadhania
1
-0
/
+20
2013-07-24
USB storage driver
Nikunj A Dadhania
1
-0
/
+1
2013-07-24
usb-ohci: add Bulk transfer support
Nikunj A Dadhania
2
-2
/
+112
[next]