Changeset 74017ce in mainline for uspace/srv/hid/isdv4_tablet/isdv4.h
- Timestamp:
- 2017-11-22T17:36:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a6065c
- Parents:
- c4c6025
- git-author:
- Jiri Svoboda <jiri@…> (2017-11-22 15:53:34)
- git-committer:
- Jiri Svoboda <jiri@…> (2017-11-22 17:36:54)
- 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.