Changes in uspace/srv/hid/isdv4_tablet/isdv4.h [74017ce:c4c6025] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/isdv4_tablet/isdv4.h
r74017ce rc4c6025 31 31 32 32 #include <async.h> 33 #include <io/chardev.h>34 33 35 34 typedef struct isdv4_event isdv4_event_t; … … 59 58 bool finger1_pressed; /* Reported as touch button 1 */ 60 59 61 /* * Session withthe serial device */60 /* Session to the serial device */ 62 61 async_sess_t *sess; 63 /** Character device */64 chardev_t *chardev;65 62 66 63 /* Receive buffer state */ … … 69 66 size_t buf_end; 70 67 71 /* *Callbacks */68 /* Callbacks */ 72 69 isdv4_event_fn emit_event_fn; 73 70 } isdv4_state_t;
Note:
See TracChangeset
for help on using the changeset viewer.