Changeset 252e30c in mainline for uspace/lib/usb/Makefile


Ignore:
Timestamp:
2011-03-24T22:55:29Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d92638
Parents:
476b71ff
Message:

Huge refactoring of KBD driver code.

  • Separated code for retrieval of Report descriptor into hidreport.h/c (will be common for all HID drivers).
  • Removed unused files hiddev.h/c.
  • Changed prefix of usbkbd functions to usb_kbd_*.
  • Removed unused code.
  • Parsing of Report descriptor with fallback to boot protocol in KBD driver (not finished (boot report descriptor missing).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    r476b71ff r252e30c  
    5151        src/usbdevice.c \
    5252        src/hidreq.c \
     53        src/hidreport.c \
    5354        src/host/device_keeper.c \
    5455        src/host/batch.c
Note: See TracChangeset for help on using the changeset viewer.