Changes in uspace/drv/usbmouse/mouse.c [a6add7a:019cff6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbmouse/mouse.c
ra6add7a r019cff6 40 40 #include <ipc/mouse.h> 41 41 42 /** Fibril function for polling the mouse device.43 *44 * This function shall not terminate unless the device breaks and fails45 * to send data (e.g. stalls on data request).46 *47 * @param arg ddf_dev_t type representing the mouse device.48 * @return EOK Always.49 */50 42 int usb_mouse_polling_fibril(void *arg) 51 43 {
Note:
See TracChangeset
for help on using the changeset viewer.