Changeset 09ab0a9a in mainline for uspace/srv/hid
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/srv/hid
- Files:
-
- 6 edited
-
input/gsp.c (modified) (2 diffs)
-
input/input.c (modified) (1 diff)
-
remcons/user.c (modified) (2 diffs)
-
rfb/rfb.c (modified) (2 diffs)
-
rfb/rfb.h (modified) (1 diff)
-
s3c24xx_ts/s3c24xx_ts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/gsp.c
rb2aaaa0 r09ab0a9a 92 92 }; 93 93 94 95 94 static gsp_trans_t *trans_lookup(gsp_t *p, int state, int input); 96 95 static void trans_insert(gsp_t *p, gsp_trans_t *t); … … 284 283 } 285 284 286 287 285 /** 288 286 * @} -
uspace/srv/hid/input/input.c
rb2aaaa0 r09ab0a9a 610 610 } 611 611 612 613 612 /** Add legacy drivers/devices. */ 614 613 static void kbd_add_legacy_devs(void) -
uspace/srv/hid/remcons/user.c
rb2aaaa0 r09ab0a9a 151 151 fibril_mutex_unlock(&tmp->guard); 152 152 153 154 153 fibril_mutex_unlock(&users_guard); 155 154 … … 362 361 } 363 362 364 365 363 errno_t rc = tcp_conn_send(user->conn, converted, converted_size); 366 364 free(converted); -
uspace/srv/hid/rfb/rfb.c
rb2aaaa0 r09ab0a9a 60 60 static size_t rbuf_in; 61 61 62 63 62 /** Receive one character (with buffering) */ 64 63 static errno_t recv_char(tcp_conn_t *conn, char *c) … … 498 497 rfb->damage_rect.height = rfb->height; 499 498 } 500 501 499 502 500 /* We send only single raw rectangle right now */ -
uspace/srv/hid/rfb/rfb.h
rb2aaaa0 r09ab0a9a 163 163 } rfb_t; 164 164 165 166 165 extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *); 167 166 extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t); -
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h
rb2aaaa0 r09ab0a9a 73 73 #define SMUX_XP 7 74 74 75 76 75 /* Fields in ADCTSC register */ 77 76 #define ADCTSC_DSUD_UP 0x0100
Note:
See TracChangeset
for help on using the changeset viewer.
