Changeset 1a4ea01d in mainline for uspace/drv/bus/usb/usbmast/main.c
- Timestamp:
- 2011-10-12T15:35:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96646a6
- Parents:
- 49a98c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
r49a98c8 r1a4ea01d 87 87 * @return Error code. 88 88 */ 89 static int usbmast_ add_device(usb_device_t *dev)89 static int usbmast_device_add(usb_device_t *dev) 90 90 { 91 91 int rc; … … 295 295 /** USB mass storage driver ops. */ 296 296 static usb_driver_ops_t usbmast_driver_ops = { 297 . add_device = usbmast_add_device,297 .device_add = usbmast_device_add, 298 298 }; 299 299
Note:
See TracChangeset
for help on using the changeset viewer.