added USB mouse handler

This commit is contained in:
Markus Fröschle
2013-12-11 05:21:14 +00:00
parent 16dab640ab
commit 9625021b54
2 changed files with 246 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ CSRCS= \
$(SRCDIR)/usb_mem.c \
$(SRCDIR)/ohci-hcd.c \
$(SRCDIR)/ehci-hcd.c \
$(SRCDIR)/usb_mouse.c \
\
$(SRCDIR)/ikbd.c \
\