Changeset 09ab0a9a in mainline for uspace/srv/hid


Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Fix vertical spacing with new Ccheck revision.

Location:
uspace/srv/hid
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/gsp.c

    rb2aaaa0 r09ab0a9a  
    9292};
    9393
    94 
    9594static gsp_trans_t *trans_lookup(gsp_t *p, int state, int input);
    9695static void trans_insert(gsp_t *p, gsp_trans_t *t);
     
    284283}
    285284
    286 
    287285/**
    288286 * @}
  • uspace/srv/hid/input/input.c

    rb2aaaa0 r09ab0a9a  
    610610}
    611611
    612 
    613612/** Add legacy drivers/devices. */
    614613static void kbd_add_legacy_devs(void)
  • uspace/srv/hid/remcons/user.c

    rb2aaaa0 r09ab0a9a  
    151151        fibril_mutex_unlock(&tmp->guard);
    152152
    153 
    154153        fibril_mutex_unlock(&users_guard);
    155154
     
    362361        }
    363362
    364 
    365363        errno_t rc = tcp_conn_send(user->conn, converted, converted_size);
    366364        free(converted);
  • uspace/srv/hid/rfb/rfb.c

    rb2aaaa0 r09ab0a9a  
    6060static size_t rbuf_in;
    6161
    62 
    6362/** Receive one character (with buffering) */
    6463static errno_t recv_char(tcp_conn_t *conn, char *c)
     
    498497                rfb->damage_rect.height = rfb->height;
    499498        }
    500 
    501499
    502500        /* We send only single raw rectangle right now */
  • uspace/srv/hid/rfb/rfb.h

    rb2aaaa0 r09ab0a9a  
    163163} rfb_t;
    164164
    165 
    166165extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *);
    167166extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t);
  • uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h

    rb2aaaa0 r09ab0a9a  
    7373#define SMUX_XP                 7
    7474
    75 
    7675/* Fields in ADCTSC register */
    7776#define ADCTSC_DSUD_UP          0x0100
Note: See TracChangeset for help on using the changeset viewer.