Changes in uspace/drv/usbmouse/init.c [bc1c6fb:21bb58d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbmouse/init.c
rbc1c6fb r21bb58d 101 101 102 102 static void default_connection_handler(ddf_fun_t *, ipc_callid_t, ipc_call_t *); 103 /** Device ops for USB mouse. */104 103 static ddf_dev_ops_t mouse_ops = { 105 104 .default_handler = default_connection_handler … … 108 107 /** Default handler for IPC methods not handled by DDF. 109 108 * 110 * @param fun Device functionhandling the call.109 * @param dev Device handling the call. 111 110 * @param icallid Call id. 112 111 * @param icall Call data. … … 136 135 } 137 136 138 /** Create USB mouse device. 139 * 140 * The mouse device is stored into <code>dev->driver_data</code>. 141 * 142 * @param dev Generic device. 143 * @return Error code. 144 */ 137 145 138 int usb_mouse_create(ddf_dev_t *dev) 146 139 {
Note:
See TracChangeset
for help on using the changeset viewer.