Changeset 09ab0a9a in mainline for uspace/app/vuhid/items.h
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/items.h
rb2aaaa0 r09ab0a9a 45 45 #define ITEM_LOCAL 2 46 46 47 48 49 47 /* Item tags. */ 50 48 … … 68 66 #define TAG_USAGE_MAXIMUM 2 69 67 70 71 68 /* Bits for Input, Output and Feature items. */ 72 69 #define _IOF(value, shift) ((value) << (shift)) … … 82 79 #define COLLECTION_PHYSICAL 0x00 83 80 #define COLLECTION_APPLICATION 0x01 84 85 81 86 82 /** Creates item prefix. … … 107 103 BUILD_ITEM_PREFIX(1, type, tag), data 108 104 109 110 105 #endif 111 106 /**
Note:
See TracChangeset
for help on using the changeset viewer.