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-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-hid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-431
/
+0
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-2
/
+2
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-8
/
+8
2012-05-30
Remove "noinline" declarations from keyboard/mouse driver code.
Kevin O'Connor
1
-1
/
+1
2012-05-20
Convert USB keyboard code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-3
/
+14
2012-03-10
usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.
Kevin O'Connor
1
-2
/
+2
2012-03-10
usb: Push 'struct usbdevice_s' usage through to pipe allocation.
Kevin O'Connor
1
-13
/
+15
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-9
/
+0
2010-05-01
Fix error causing USB HID "boot" protocol to not be enabled.
Kevin O'Connor
1
-2
/
+2
2010-05-01
Add support for USB mice.
Kevin O'Connor
1
-17
/
+167
2010-05-01
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
1
-0
/
+23
2010-05-01
Document usb-hid.c functions.
Kevin O'Connor
1
-0
/
+10
2010-03-09
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
1
-3
/
+2
2010-02-28
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
1
-12
/
+13
2010-02-17
Introduce helper functions for finding USB end-points.
Kevin O'Connor
1
-18
/
+8
2010-02-14
Minor - increase debug level of some USB debug statements.
Kevin O'Connor
1
-1
/
+1
2010-02-11
Support USB keyboard auto-repeat.
Kevin O'Connor
1
-16
/
+84
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2009-10-24
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
1
-0
/
+1
2009-10-17
Expand USB OHCI support.
Kevin O'Connor
1
-1
/
+1
2009-10-12
Add stubs for USB OHCI support.
Kevin O'Connor
1
-2
/
+2
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-0
/
+185