Ignore:
Timestamp:
2011-05-06T09:29:03Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a884ed
Parents:
c709eb0 (diff), 310c4df (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.
Message:

Merge development/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h

    rc709eb0 r30f9f8f  
    4040
    4141struct usb_hid_dev;
    42 //struct usb_hid_subdriver_mapping;
    4342
    4443/*----------------------------------------------------------------------------*/
    4544
    46 //extern struct usb_hid_subdriver_mapping usb_lgtch_mapping;
     45int usb_lgtch_init(struct usb_hid_dev *hid_dev);
    4746
    48 /*----------------------------------------------------------------------------*/
    49 
    50 //int usb_lgtch_init(struct usb_hid_dev *hid_dev);
     47void usb_lgtch_deinit(struct usb_hid_dev *hid_dev);
    5148
    5249bool usb_lgtch_polling_callback(struct usb_hid_dev *hid_dev, uint8_t *buffer,
Note: See TracChangeset for help on using the changeset viewer.