Changeset 065064e6 in mainline for uspace/drv/bus/usb/usbhid/usbhid.h


Ignore:
Timestamp:
2011-10-15T12:49:18Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3f7418
Parents:
7c95d6f5
Message:

usb: Add and use usb_device_data_alloc.

Inspired by ddf_dev_data_alloc and ddf_fun_data_alloc.
Fix possible double free (hid dev and hid fun shared driver_data).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/usbhid.h

    r7c95d6f5 r065064e6  
    145145/*----------------------------------------------------------------------------*/
    146146
    147 usb_hid_dev_t *usb_hid_new(void);
    148 
    149147int usb_hid_init(usb_hid_dev_t *hid_dev, usb_device_t *dev);
    150148
Note: See TracChangeset for help on using the changeset viewer.