Changeset 09f41d3 in mainline for uspace/srv/hid/output/ctl/serial.c
- Timestamp:
- 2024-09-25T17:19:36Z (17 months ago)
- Branches:
- master
- Children:
- c23a1fe
- Parents:
- 6a753a9c
- File:
-
- 1 edited
-
uspace/srv/hid/output/ctl/serial.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/ctl/serial.c
r6a753a9c r09f41d3 85 85 static console_caps_t serial_get_caps(outdev_t *dev) 86 86 { 87 return (CONSOLE_CAP_STYLE | CONSOLE_CAP_INDEXED | CONSOLE_CAP_RGB); 87 return (CONSOLE_CAP_CURSORCTL | CONSOLE_CAP_STYLE | 88 CONSOLE_CAP_INDEXED | CONSOLE_CAP_RGB); 88 89 } 89 90
Note:
See TracChangeset
for help on using the changeset viewer.
