Skip to content

Commit 68533ab

Browse files
authored
Merge pull request #831 from jpds/fix/system-control-hid-descriptor
2 parents 57b2970 + 1e9a987 commit 68533ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmk/src/hid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mod steno_tests {
189189
},
190190
(collection = APPLICATION, usage_page = GENERIC_DESKTOP, usage = SYSTEM_CONTROL) = {
191191
(report_id = 0x03,) = {
192-
(usage_min = 0x81, usage_max = 0xB7, logical_min = 1) = {
192+
(usage_min = 0x01, usage_max = 0xB7, logical_min = 1) = {
193193
#[item_settings(data,array,absolute,not_null)] system_usage_id=input;
194194
};
195195
};

0 commit comments

Comments
 (0)