Changeset 4122410 in mainline for uspace/srv/hid/input
- Timestamp:
- 2018-08-29T21:26:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8ea6eca
- Parents:
- 46f7b64
- Location:
- uspace/srv/hid/input
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/gsp.h
r46f7b64 r4122410 28 28 29 29 /** @addtogroup inputgen generic 30 * @brief Generic scancode parser.31 30 * @ingroup input 32 31 * @{ 33 32 */ 33 34 34 /** @file 35 * @brief Generic scancode parser 35 36 */ 36 37 -
uspace/srv/hid/input/layout/ar.c
r46f7b64 r4122410 29 29 30 30 /** @addtogroup input 31 * @brief Arabic keyboard layout (Based on US QWERTY layout's code).32 31 * @{ 32 */ 33 34 /** @file 35 * @brief Arabic keyboard layout (Based on US QWERTY layout's code) 33 36 */ 34 37 -
uspace/srv/hid/input/layout/cz.c
r46f7b64 r4122410 28 28 29 29 /** @addtogroup input 30 * @brief Czech QWERTZ layout.31 30 * @{ 31 */ 32 33 /** @file 34 * @brief Czech QWERTZ layout 32 35 */ 33 36 -
uspace/srv/hid/input/layout/us_dvorak.c
r46f7b64 r4122410 28 28 29 29 /** @addtogroup input 30 * @brief US Dvorak Simplified Keyboard layout.31 30 * @{ 31 */ 32 33 /** @file 34 * @brief US Dvorak Simplified Keyboard layout 32 35 */ 33 36 -
uspace/srv/hid/input/layout/us_qwerty.c
r46f7b64 r4122410 28 28 29 29 /** @addtogroup input 30 * @brief US QWERTY layout.31 30 * @{ 31 */ 32 33 /** @file 34 * @brief US QWERTY layout 32 35 */ 33 36
Note:
See TracChangeset
for help on using the changeset viewer.