Changeset 5f88293 in mainline for uspace/srv/hid/input/include
- Timestamp:
- 2011-06-12T15:44:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60e5a856
- Parents:
- af897ff0
- Location:
- uspace/srv/hid/input/include
- Files:
-
- 6 moved
-
gsp.h (moved) (moved from uspace/srv/hid/kbd/include/gsp.h ) (1 diff)
-
kbd.h (moved) (moved from uspace/srv/hid/kbd/include/kbd.h ) (2 diffs)
-
kbd_ctl.h (moved) (moved from uspace/srv/hid/kbd/include/kbd_ctl.h ) (1 diff)
-
kbd_port.h (moved) (moved from uspace/srv/hid/kbd/include/kbd_port.h ) (1 diff)
-
layout.h (moved) (moved from uspace/srv/hid/kbd/include/layout.h ) (1 diff)
-
stroke.h (moved) (moved from uspace/srv/hid/kbd/include/stroke.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/gsp.h
raf897ff0 r5f88293 27 27 */ 28 28 29 /** @addtogroup kbdgen generic29 /** @addtogroup inputgen generic 30 30 * @brief Generic scancode parser. 31 * @ingroup kbd31 * @ingroup input 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 35 */ -
uspace/srv/hid/input/include/kbd.h
raf897ff0 r5f88293 28 28 */ 29 29 30 /** @addtogroup kbdgen generic31 * @brief HelenOS generic uspace keyboard handler.32 * @ingroup kbd30 /** @addtogroup inputgen generic 31 * @brief HelenOS input server. 32 * @ingroup input 33 33 * @{ 34 34 */ … … 42 42 #include <bool.h> 43 43 44 #define NAME " kbd"44 #define NAME "input" 45 45 #define NAMESPACE "hid_in" 46 46 -
uspace/srv/hid/input/include/kbd_ctl.h
raf897ff0 r5f88293 27 27 */ 28 28 29 /** @addtogroup kbdgen generic30 * @brief HelenOS generic uspace keyboard handler.31 * @ingroup kbd29 /** @addtogroup inputgen generic 30 * @brief Keyboard controller driver interface. 31 * @ingroup input 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 35 */ -
uspace/srv/hid/input/include/kbd_port.h
raf897ff0 r5f88293 27 27 */ 28 28 29 /** @addtogroup kbdgen generic30 * @brief HelenOS generic uspace keyboard handler.31 * @ingroup kbd29 /** @addtogroup inputgen generic 30 * @brief Keyboard port driver interface. 31 * @ingroup input 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 35 */ -
uspace/srv/hid/input/include/layout.h
raf897ff0 r5f88293 27 27 */ 28 28 29 /** @addtogroup kbdgen generic30 * @brief HelenOS generic uspace keyboard handler.31 * @ingroup kbd29 /** @addtogroup inputgen generic 30 * @brief Keyboard layout interface. 31 * @ingroup input 32 32 * @{ 33 33 */ -
uspace/srv/hid/input/include/stroke.h
raf897ff0 r5f88293 27 27 */ 28 28 29 /** @addtogroup kbdgen generic29 /** @addtogroup inputgen generic 30 30 * @brief Generic scancode parser. 31 * @ingroup kbd31 * @ingroup input 32 32 * @{ 33 33 */
Note:
See TracChangeset
for help on using the changeset viewer.
