Changeset 3f3afb9 in mainline for uspace/drv/usbhid/generic/hiddev.h
- Timestamp:
- 2011-04-11T20:38:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1324ff3, a39cfb8
- Parents:
- 58226b4 (diff), d91645ab (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/usbhid/generic/hiddev.h
r58226b4 r3f3afb9 34 34 */ 35 35 36 #ifndef USB_HID D_H_37 #define USB_HID D_H_36 #ifndef USB_HID_HIDDDEV_H_ 37 #define USB_HID_HIDDDEV_H_ 38 38 39 39 #include <usb/devdrv.h> 40 41 struct usb_hid_dev; 40 42 41 43 usb_endpoint_description_t usb_hid_generic_poll_endpoint_description; … … 44 46 const char *HID_GENERIC_CLASS_NAME; 45 47 46 bool usb_ hid_polling_callback(usb_device_t *dev, uint8_t *buffer,47 size_t buffer_size, void *arg);48 bool usb_generic_hid_polling_callback(struct usb_hid_dev *hid_dev, 49 uint8_t *buffer, size_t buffer_size); 48 50 49 #endif // USB_HID D_H_51 #endif // USB_HID_HIDDDEV_H_ 50 52 51 53 /**
Note:
See TracChangeset
for help on using the changeset viewer.