Implement libusb_hotplug_register_callback() and _deregister_callback().
authorImre Vadász <imre@vdsz.com>
Sat, 1 Jul 2017 20:37:03 +0000 (22:37 +0200)
committerImre Vadász <imre@vdsz.com>
Wed, 12 Jul 2017 22:36:55 +0000 (00:36 +0200)
commitc4031fc19162e183e1702779dc28ac931b498982
tree49c205ee1362e4e792dea0676a75972fb0c7064f
parentbe04762d7111f7f52ec9605db95fb7ee1609299b
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)
lib/libusb/Makefile
lib/libusb/libusb.3
lib/libusb/libusb.h
lib/libusb/libusb10.c
lib/libusb/libusb10.h
lib/libusb/libusb10_hotplug.c [new file with mode: 0644]