Changeset 8e9becf6 in mainline for uspace/drv/usbmouse/init.c
- Timestamp:
- 2011-03-08T20:00:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 021351c
- Parents:
- 0588062e (diff), d2fc1c2 (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/usbmouse/init.c
r0588062e r8e9becf6 101 101 102 102 static void default_connection_handler(ddf_fun_t *, ipc_callid_t, ipc_call_t *); 103 /** Device ops for USB mouse. */ 103 104 static ddf_dev_ops_t mouse_ops = { 104 105 .default_handler = default_connection_handler … … 107 108 /** Default handler for IPC methods not handled by DDF. 108 109 * 109 * @param dev Devicehandling the call.110 * @param fun Device function handling the call. 110 111 * @param icallid Call id. 111 112 * @param icall Call data. … … 135 136 } 136 137 137 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 */ 138 145 int usb_mouse_create(ddf_dev_t *dev) 139 146 {
Note:
See TracChangeset
for help on using the changeset viewer.