Changeset 8565a42 in mainline for uspace/lib/usbhid/include/usb/hid
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- Location:
- uspace/lib/usbhid/include/usb/hid
- Files:
-
- 2 edited
-
hidtypes.h (modified) (6 diffs)
-
usages/core.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidtypes.h
r3061bc1 r8565a42 109 109 /** Report id of last parsed report. */ 110 110 uint8_t last_report_id; 111 111 112 112 } usb_hid_report_t; 113 113 … … 128 128 /** Number of items in report */ 129 129 size_t item_length; 130 130 131 131 /** List of report items in report */ 132 132 list_t report_items; … … 182 182 /** The greatest valid usage index */ 183 183 int32_t usage_maximum; 184 184 185 185 /** Unit of the value */ 186 186 uint32_t unit; … … 210 210 /** report id */ 211 211 int32_t id; 212 212 213 213 /** Extended usage page */ 214 214 uint16_t extended_usage_page; … … 216 216 /** Array of usages specified for this item */ 217 217 uint32_t usages[USB_HID_MAX_USAGES]; 218 218 219 219 /** Length of usages array */ 220 220 int usages_count; … … 225 225 /** Minimum valid usage index */ 226 226 int32_t usage_minimum; 227 227 228 228 /** Maximum valid usage index */ 229 229 int32_t usage_maximum; 230 230 231 231 /** Minimum valid logical value */ 232 232 int32_t logical_minimum; 233 233 234 234 /** Maximum valid logical value */ 235 235 int32_t logical_maximum; -
uspace/lib/usbhid/include/usb/hid/usages/core.h
r3061bc1 r8565a42 64 64 USB_HIDUT_USAGE_GENERIC_DESKTOP_WHEEL = 0x38 65 65 /* USB_HIDUT_USAGE_GENERIC_DESKTOP_ = , */ 66 66 67 67 } usb_hidut_usage_generic_desktop_t; 68 68
Note:
See TracChangeset
for help on using the changeset viewer.
