Changeset c0699467 in mainline for uspace/drv/bus/usb/usbhid
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- uspace/drv/bus/usb/usbhid
- Files:
-
- 3 edited
-
kbd/kbddev.c (modified) (1 diff)
-
mouse/mousedev.c (modified) (1 diff)
-
multimedia/multimedia.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.c
r3666d386 rc0699467 72 72 73 73 // FIXME: remove this header 74 #include < kernel/ipc/ipc_methods.h>74 #include <abi/ipc/methods.h> 75 75 76 76 /*----------------------------------------------------------------------------*/ -
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
r3666d386 rc0699467 57 57 58 58 // FIXME: remove this header 59 #include < kernel/ipc/ipc_methods.h>59 #include <abi/ipc/methods.h> 60 60 61 61 #define NAME "mouse" -
uspace/drv/bus/usb/usbhid/multimedia/multimedia.c
r3666d386 rc0699467 54 54 55 55 // FIXME: remove this header 56 #include < kernel/ipc/ipc_methods.h>56 #include <abi/ipc/methods.h> 57 57 58 58 #define NAME "multimedia-keys"
Note:
See TracChangeset
for help on using the changeset viewer.
