Changeset 5cc9eba in mainline for uspace/drv/bus
- Timestamp:
- 2012-01-25T17:29:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ce5162, 5cd3d67
- Parents:
- 8576bb4
- Location:
- uspace/drv/bus
- Files:
-
- 2 edited
-
isa/isa.c (modified) (1 diff)
-
usb/usbhid/mouse/mousedev.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r8576bb4 r5cc9eba 401 401 402 402 val = skip_spaces(val); 403 irq = (int) strtol(val, &end, 10);403 irq = (int) strtol(val, &end, 10); 404 404 405 405 if (val != end) -
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
r8576bb4 r5cc9eba 167 167 return result; 168 168 } 169 /*----------------------------------------------------------------------------*/ 169 170 170 static bool usb_mouse_process_report(usb_hid_dev_t *hid_dev, 171 171 usb_mouse_t *mouse_dev) … … 305 305 return EOK; 306 306 } 307 /*----------------------------------------------------------------------------*/ 307 308 308 /** Get highest index of a button mentioned in given report. 309 309 *
Note:
See TracChangeset
for help on using the changeset viewer.
