Changeset 7da3219 in mainline for uspace/app/virtusbkbd/kbdconfig.c
- Timestamp:
- 2010-10-13T21:29:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1880c65
- Parents:
- 2c381250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/virtusbkbd/kbdconfig.c
r2c381250 r7da3219 35 35 */ 36 36 #include "kbdconfig.h" 37 #include "keys.h" 37 38 #include <usb/hcd.h> 38 39 #include <usb/hid.h> … … 96 97 /* LED states padding */ 97 98 OUTPUT(IOF_CONSTANT), 98 REPORT_COUNT1( 6),99 REPORT_COUNT1(KB_MAX_KEYS_AT_ONCE), 99 100 REPORT_SIZE1(8), 100 101 LOGICAL_MINIMUM1(0),
Note:
See TracChangeset
for help on using the changeset viewer.