added USB mouse handler

This commit is contained in:
Markus Fröschle
2013-12-11 05:21:14 +00:00
parent c4a2a5f912
commit 500b581a61
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 \
\