Changeset 4122410 in mainline for uspace/srv/hid/output
- 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/output
- Files:
-
- 1 added
- 14 edited
-
ctl/serial.c (modified) (1 diff)
-
ctl/serial.h (modified) (1 diff)
-
doc/doxygroups.h (added)
-
gfx/font-8x16.c (modified) (1 diff)
-
gfx/font-8x16.h (modified) (1 diff)
-
output.c (modified) (2 diffs)
-
output.h (modified) (2 diffs)
-
port/chardev.c (modified) (1 diff)
-
port/chardev.h (modified) (1 diff)
-
port/ega.c (modified) (1 diff)
-
port/ega.h (modified) (1 diff)
-
port/kfb.c (modified) (1 diff)
-
port/kfb.h (modified) (1 diff)
-
proto/vt100.c (modified) (1 diff)
-
proto/vt100.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/ctl/serial.c
r46f7b64 r4122410 28 28 */ 29 29 30 /** @addtogroup console30 /** @addtogroup output 31 31 * @{ 32 32 */ -
uspace/srv/hid/output/ctl/serial.h
r46f7b64 r4122410 28 28 */ 29 29 30 /** @file 30 /** @addtogroup output 31 * @{ 31 32 */ 32 33 -
uspace/srv/hid/output/gfx/font-8x16.c
r46f7b64 r4122410 28 28 */ 29 29 30 /** @addtogroup genarch30 /** @addtogroup output 31 31 * @{ 32 32 */ -
uspace/srv/hid/output/gfx/font-8x16.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @addtogroup genarch29 /** @addtogroup output 30 30 * @{ 31 31 */ -
uspace/srv/hid/output/output.c
r46f7b64 r4122410 27 27 */ 28 28 29 /** @addtogroup output 30 * @{ 31 */ 32 29 33 #include <errno.h> 30 34 #include <stddef.h> … … 493 497 return 0; 494 498 } 499 500 /** @} 501 */ -
uspace/srv/hid/output/output.h
r46f7b64 r4122410 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup output 30 * @{ 27 31 */ 28 32 … … 72 76 73 77 #endif 78 79 /** @} 80 */ -
uspace/srv/hid/output/port/chardev.c
r46f7b64 r4122410 28 28 */ 29 29 30 /** @file 30 /** @addtogropu output 31 * @{ 31 32 */ 32 33 -
uspace/srv/hid/output/port/chardev.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @file 29 /** @addtogroup output 30 * @{ 30 31 */ 31 32 -
uspace/srv/hid/output/port/ega.c
r46f7b64 r4122410 27 27 */ 28 28 29 /** @file 29 /** @addtogroup output 30 * @{ 30 31 */ 31 32 -
uspace/srv/hid/output/port/ega.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @file 29 /** @addtogroup output 30 * @{ 30 31 */ 31 32 -
uspace/srv/hid/output/port/kfb.c
r46f7b64 r4122410 29 29 */ 30 30 31 /** @file 31 /** @addtogroup output 32 * @{ 32 33 */ 33 34 -
uspace/srv/hid/output/port/kfb.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @addtogroup fb 30 * @ingroup fbs 29 /** @addtogroup output 31 30 * @{ 32 */33 /** @file34 31 */ 35 32 -
uspace/srv/hid/output/proto/vt100.c
r46f7b64 r4122410 27 27 */ 28 28 29 /** @file 29 /** @addtogroup output 30 * @{ 30 31 */ 31 32 -
uspace/srv/hid/output/proto/vt100.h
r46f7b64 r4122410 27 27 */ 28 28 29 /** @file 29 /** @addtogroup output 30 * @{ 30 31 */ 31 32
Note:
See TracChangeset
for help on using the changeset viewer.
