[root]/contrib/Kobil_mIDentity_switch
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
rousseau | 22 (100.0%) | 574 (100.0%) | 26.0 |
Do not hardcode the libusb-1.0 include header path (remove the
libusb-1.0/ part)
1 lines of code changed in 1 file:
use libusb_detach_kernel_driver() from libusb-1.0 instead of the *_np()
version
2 lines of code changed in 1 file:
Use libusb-1.0 instead of libusb-0.1
73 lines of code changed in 1 file:
Kobil_mIDentity_switch.c: In function �main�:
Kobil_mIDentity_switch.c:136: warning: unused parameter �argc�
Kobil_mIDentity_switch.c:136: warning: unused parameter �argv�
3 lines of code changed in 1 file:
change the licence from GPL-v2 to LGPL-v2.1 after request from Norbert
Federa
10 lines of code changed in 1 file:
add "Try to rerun this program as root." if no device is found
and euid != 0
2 lines of code changed in 1 file:
#include "config.h" to have HAVE_USB_DETACH_KERNEL_DRIVER_NP
1 lines of code changed in 1 file:
call usb_detach_kernel_driver_np() only if libusb provides it (Linux
only)
1 lines of code changed in 1 file:
rename midswitch to Kobil_mIDentity_switch
2 lines of code changed in 1 file:
usb_detach_kernel_driver_np() is not available on libusb for Mac OS X
2 lines of code changed in 1 file:
replace a C++ comment by a C comment
1 lines of code changed in 1 file:
EXTRA_DIST = $(doc_DATA) $(man_MANS)
2 lines of code changed in 1 file:
use $(LIBUSB_LIBS) instead of -lusb
2 lines of code changed in 1 file:
add manpage Kobil_mIDentity_switch.8
21 lines of code changed in 2 files:
doc_DATA = README_Kobil_mIDentity_switch.txt
2 lines of code changed in 1 file:
rename README.txt in README_Kobil_mIDentity_switch.txt
250 lines of code changed in 2 files:
rename midswitch{.c,} in Kobil_mIDentity_switch{.c,}
199 lines of code changed in 4 files: