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