代码搜索:libusb
找到约 710 项符合「libusb」的源代码
代码结果 710
www.eeworm.com/read/411205/11252890
sys libusb0.sys
www.eeworm.com/read/411205/11252898
dll libusb0.dll
www.eeworm.com/read/426767/9000100
iss driver_installer_template.iss
; This examples demonstrates how libusb's drivers
; can be installed automatically along with your application using an installer.
;
; Requirements: Inno Setup (http://www.jrsoftware.org/isdl.php)
;
;
www.eeworm.com/read/433982/7899050
iss driver_installer_template.iss
; This examples demonstrates how libusb's drivers
; can be installed automatically along with your application using an installer.
;
; Requirements: Inno Setup (http://www.jrsoftware.org/isdl.php)
www.eeworm.com/read/116923/14949084
in configure.in
# Process this file with autoconf to produce a configure script.
AC_INIT([ptpcanon],[0.0.1],[emsi@ipartners.pl])
AM_INIT_AUTOMAKE(ptpcanon, 0.0.1)
AC_PREREQ(2.53)
AM_CONFIG_HEADER([config.h])
AC_PROG_
www.eeworm.com/read/209795/15214222
iss driver_installer_template.iss
; This examples demonstrates how libusb's drivers
; can be installed automatically along with your application using an installer.
;
; Requirements: Inno Setup (http://www.jrsoftware.org/isdl.php)
;
;
www.eeworm.com/read/427414/8947504
readme
libusb
======
libusb is a library for USB device access from Linux userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).
libusb is abstracted internally in such a way that it
www.eeworm.com/read/378510/9227855
readme
libusb
======
libusb is a library for USB device access from Linux userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).
libusb is abstracted internally in such a way that it
www.eeworm.com/read/122620/14678764
in configure.in
# This configure.in is based off of the one that glib uses
# require atleast autoconf 2.13
AC_PREREQ(2.13)
# init autoconf (and check for presence of usb.c)
AC_INIT(usb.c)
AH_TOP(
#undef LINUX_API
www.eeworm.com/read/192352/8385203
txt readme.txt
This is the README file for AVRUSBBoot
AVRUSBBoot is a bootloader for the Atmel AVR controllers. It uses a
firmware-only USB driver to transfer binary data from the PC to the
flash of the controller