Changes in uspace/srv/hid/input/ctl/stty.c [c072a29:1569a9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/stty.c
rc072a29 r1569a9b 243 243 244 244 gsp_init(&sp); 245 return gsp_insert_defs(&sp, seq_defs); 245 if (gsp_insert_defs(&sp, seq_defs) < 0) { 246 return EINVAL; 247 } 248 return EOK; 246 249 } 247 250
Note:
See TracChangeset
for help on using the changeset viewer.