Changeset cbc00a4d in mainline for uspace/lib/usb/hidutkbd.h


Ignore:
Timestamp:
2010-10-14T21:14:18Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73301a0
Parents:
40b965d
Message:

Bugfix from previous commit

By mistake, forgot to insert one number. Shall be compilable now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/hidutkbd.h

    r40b965d rcbc00a4d  
    124124USB_HIDUT_KBD_KEY(RIGHT_BRACKET, 0x30, ']', '}', 0, 0)
    125125USB_HIDUT_KBD_KEY(BACKSLASH, 0x31, '\\', '|', 0, 0)
    126 USB_HIDUT_KBD_KEY(HASH, 0x, '#', '~', 0, 0)
     126USB_HIDUT_KBD_KEY(HASH, 0x32, '#', '~', 0, 0)
    127127USB_HIDUT_KBD_KEY(SEMICOLON, 0x33, ';', ':', 0, 0)
    128128USB_HIDUT_KBD_KEY(APOSTROPHE, 0x34, '\'', '"', 0, 0)
Note: See TracChangeset for help on using the changeset viewer.