Changeset b1bdc7a4 in mainline for uspace/srv/hid/kbd/ctl/sun.c
- Timestamp:
- 2011-06-11T19:48:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56ad818
- Parents:
- 774fc85
- File:
- 
      - 1 edited
 
 - 
          
  uspace/srv/hid/kbd/ctl/sun.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/hid/kbd/ctl/sun.cr774fc85 rb1bdc7a4 40 40 #include <io/keycode.h> 41 41 #include <kbd_ctl.h> 42 #include <kbd_port.h> 42 43 43 44 #define KBD_KEY_RELEASE 0x80 … … 46 47 static int scanmap_simple[]; 47 48 48 int kbd_ctl_init( void)49 int kbd_ctl_init(kbd_port_ops_t *kbd_port) 49 50 { 50 51 return 0; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
