Changeset 1d2a1a9 in mainline for uspace/drv/bus/usb/usbhid/mouse/mousedev.c
- Timestamp:
- 2011-08-17T20:44:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cc32f2
- Parents:
- bb285b4 (diff), c53a705 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
rbb285b4 r1d2a1a9 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" … … 325 325 assert(mouse != NULL); 326 326 327 /* Create the function exposed under /dev/devices. */327 /* Create the exposed function. */ 328 328 usb_log_debug("Creating DDF function %s...\n", HID_MOUSE_FUN_NAME); 329 329 ddf_fun_t *fun = ddf_fun_create(hid_dev->usb_dev->ddf_dev, fun_exposed,
Note:
See TracChangeset
for help on using the changeset viewer.