代码搜索:libusb
找到约 710 项符合「libusb」的源代码
代码结果 710
www.eeworm.com/read/202461/5051076
rc libusb_driver_rc.rc
/* LIBUSB-WIN32, Generic Windows USB Library
* Copyright (c) 2002-2005 Stephan Meyer
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/276787/4163487
control libusb-0.1-4.control
Package: libusb-0.1-4
Version: 0.1.12-r1
Description: libusb is a library to provide userspace access to USB devices.
Section: libs
Priority: optional
Maintainer: Angstrom Developers
www.eeworm.com/read/276787/4163663
list libusb-0.1-4.list
/usr/lib/libusb-0.1.so.4
/usr/lib/libusb-0.1.so.4.4.4
www.eeworm.com/read/276787/4163731
postinst libusb-0.1-4.postinst
#!/bin/sh
if [ x"$D" = "x" ]; then
ldconfig
fi
www.eeworm.com/read/179050/9376322
makefile
# Name: Makefile
# Project: PowerSwitch
# Author: Christian Starkjohann
# Creation Date: 2005-01-16
# Tabsize: 4
# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
# License: Proprietary, fr
www.eeworm.com/read/197887/7964320
in configure.in
# This configure.in is based off of the one that glib uses
# require atleast autoconf 2.59
AC_PREREQ(2.59)
# init autoconf (and check for presence of usb.c)
AC_INIT([libusb],[0.1.12])
AC_CONFIG_SRCD
www.eeworm.com/read/197887/7964341
sgml api.sgml
API
This is the external API for applications to use.
The API is relati
www.eeworm.com/read/122620/14678778
sgml api.sgml
API
This is the external API for applications to use.
The API is relati
www.eeworm.com/read/192352/8385209
makefile
LIBUSB_CONFIG = libusb-config
CFLAGS+=-g -Wall -pedantic `$(LIBUSB_CONFIG) --cflags`
LFLAGS+=`$(LIBUSB_CONFIG) --libs` -lusb
all:
make avrusbboot
clean:
rm *.o
rm avrusbboot
avrusbboot: main.c
www.eeworm.com/read/183424/9159507
makefile
LIBUSB_CONFIG = libusb-config
CFLAGS+=-g -Wall -pedantic `$(LIBUSB_CONFIG) --cflags`
LFLAGS+=`$(LIBUSB_CONFIG) --libs` -lusb
all:
make avrusbboot
clean:
rm *.o
rm avrusbboot
avrusbboot: main.c