Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/isdv4_tablet/isdv4.h

    r74017ce rc4c6025  
    3131
    3232#include <async.h>
    33 #include <io/chardev.h>
    3433
    3534typedef struct isdv4_event isdv4_event_t;
     
    5958        bool finger1_pressed; /* Reported as touch button 1 */
    6059
    61         /** Session with the serial device */
     60        /* Session to the serial device */
    6261        async_sess_t *sess;
    63         /** Character device */
    64         chardev_t *chardev;
    6562
    6663        /* Receive buffer state */
     
    6966        size_t buf_end;
    7067
    71         /** Callbacks */
     68        /* Callbacks */
    7269        isdv4_event_fn emit_event_fn;
    7370} isdv4_state_t;
Note: See TracChangeset for help on using the changeset viewer.