Changeset 60e5a856 in mainline for uspace/srv/hid/input/ctl/gxe_fb.c
- Timestamp:
- 2011-06-12T16:22:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b60e6
- Parents:
- 5f88293
- File:
-
- 1 edited
-
uspace/srv/hid/input/ctl/gxe_fb.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/gxe_fb.c
r5f88293 r60e5a856 46 46 static void gxe_fb_ctl_parse_scancode(int); 47 47 static int gxe_fb_ctl_init(kbd_dev_t *); 48 static void gxe_fb_ctl_set_ind( unsigned);48 static void gxe_fb_ctl_set_ind(kbd_dev_t *, unsigned); 49 49 50 50 kbd_ctl_ops_t gxe_fb_ctl = { … … 239 239 } 240 240 241 static void gxe_fb_ctl_set_ind( unsigned mods)241 static void gxe_fb_ctl_set_ind(kbd_dev_t *kdev, unsigned mods) 242 242 { 243 243 (void) mods;
Note:
See TracChangeset
for help on using the changeset viewer.
