Changeset 476b71ff in mainline for uspace/drv/usbkbd/kbddev.c
- Timestamp:
- 2011-03-24T20:44:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 252e30c
- Parents:
- 61825f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbkbd/kbddev.c
r61825f9 r476b71ff 54 54 #include <usb/classes/classes.h> 55 55 #include <usb/classes/hidut.h> 56 #include <usb/classes/hidreq.h> 56 57 57 58 #include <usb/devdrv.h> 58 59 59 60 #include "kbddev.h" 60 #include "hidreq.h" 61 61 62 #include "layout.h" 62 63 #include "conv.h"
Note:
See TracChangeset
for help on using the changeset viewer.