Changeset 3e6a98c5 in mainline for uspace/drv/bus/usb/usbhid
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/drv/bus/usb/usbhid
- Files:
-
- 2 edited
-
generic/hiddev.c (modified) (1 diff)
-
usbhid.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/generic/hiddev.c
re80d8f8 r3e6a98c5 42 42 #include <errno.h> 43 43 #include <str_error.h> 44 #include < bool.h>44 #include <stdbool.h> 45 45 46 46 #include <usbhid_iface.h> -
uspace/drv/bus/usb/usbhid/usbhid.h
re80d8f8 r3e6a98c5 44 44 #include <usb/dev/driver.h> 45 45 #include <usb/hid/hid.h> 46 #include < bool.h>46 #include <stdbool.h> 47 47 48 48 typedef struct usb_hid_dev usb_hid_dev_t;
Note:
See TracChangeset
for help on using the changeset viewer.
