git: Implement libusb_hotplug_register_callback() and _deregister_callback().

Imre Vadasz ivadasz at crater.dragonflybsd.org
Wed Jul 12 15:37:18 PDT 2017


commit c4031fc19162e183e1702779dc28ac931b498982
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Jul 1 22:37:03 2017 +0200

    Implement libusb_hotplug_register_callback() and _deregister_callback().
    
      Implement libusb_hotplug_register_callback() and
      libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and
      update the libusb(3) manual page.
    
    Taken-From: FreeBSD (svn r302080)

Summary of changes:
 lib/libusb/Makefile           |   3 +
 lib/libusb/libusb.3           |  43 +++++++-
 lib/libusb/libusb.h           |  22 ++++
 lib/libusb/libusb10.c         |  27 +++++
 lib/libusb/libusb10.h         |  18 ++++
 lib/libusb/libusb10_hotplug.c | 237 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 349 insertions(+), 1 deletion(-)
 create mode 100644 lib/libusb/libusb10_hotplug.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c4031fc19162e183e1702779dc28ac931b498982


-- 
DragonFly BSD source repository



More information about the Commits mailing list