Changeset beee81a in mainline for uspace/app/vuhid/main.c


Ignore:
Timestamp:
2011-05-07T09:35:15Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc02b83, d38d830
Parents:
42e2172
Message:

Virtual USB refactoring

Changes include

  • add missing comments
  • add function for virtual device disconnect
  • fix memory leak
  • support for bulks
  • checking of input parameters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/main.c

    r42e2172 rbeee81a  
    194194        printf("Terminating...\n");
    195195       
     196        usbvirt_device_unplug(&hid_dev);
     197
    196198        return 0;
    197199}
Note: See TracChangeset for help on using the changeset viewer.