Home
last modified time | relevance | path

Searched refs:libusb (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/
H A Dlibusb-compat_0.1.8.bb1 SUMMARY = "libusb-0.1 compatibility layer for libusb1"
2 DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \
3 that aims to look, feel and behave exactly like libusb-0.1"
4 HOMEPAGE = "http://www.libusb.org/"
5 BUGTRACKER = "http://www.libusb.org/report"
12 # libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it
15 # Few packages are known not to work with libusb-compat (e.g. libmtp-1.0.0),
16 # so here libusb-0.1 is removed completely instead of adding virtual/libusb0.
17 # Besides, libusb-0.1 uses a per 1ms polling that hurts a lot to power
19 PROVIDES = "libusb virtual/libusb0"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A Dfix-libusb-paths.patch1 Don't hardcode paths to libusb, instead use pkg-config.
17 -libhpmud_la_CFLAGS += -I/usr/include/libusb-1.0
39 -hpmudext_la_CFLAGS +=-I/usr/include/libusb-1.0
60 - AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb support], …
61 - AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel support], 11)])
62 + PKG_CHECK_MODULES([USB], [libusb])
64 - AC_CHECK_LIB([usb-1.0], [libusb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb 1.0…
65 - AC_CHECK_HEADERS(libusb-1.0/libusb.h, ,[AC_MSG_ERROR([cannot find libusb-1.0-devel support],…
66 + PKG_CHECK_MODULES([USB], [libusb-1.0])
/openbmc/openbmc/poky/meta/recipes-support/libusb/
H A Dlibusb1_1.0.27.bb4 HOMEPAGE = "https://libusb.info"
5 BUGTRACKER = "http://www.libusb.org/report"
11 CVE_PRODUCT = "libusb"
15 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libusb-${PV}.tar.bz2 \
19 GITHUB_BASE_URI = "https://github.com/libusb/libusb/releases"
24 S = "${WORKDIR}/libusb-${PV}"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dlibusb-header-path.patch3 Description: libusb.h comes from different location
14 -#include <libusb/libusb.h>
15 +#include <libusb-1.0/libusb.h>
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dlibusb-header-path.patch3 Description: libusb.h comes from different location
14 -#include <libusb/libusb.h>
15 +#include <libusb-1.0/libusb.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/
H A D0001-usb.h-Include-sys-types.h.patch12 libusb/usb.h | 2 ++
15 diff --git a/libusb/usb.h b/libusb/usb.h
17 --- a/libusb/usb.h
18 +++ b/libusb/usb.h
H A D0002-automake-make-example-programs-installable.patch19 AM_CPPFLAGS = -I$(top_srcdir)/libusb
24 lsusb_LDADD = ../libusb/libusb.la
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/
H A Dlibsigrok_0.5.2.bb11 PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
/openbmc/u-boot/board/warp7/
H A DREADME11 - libusb: http://libusb.org/ (if you are in a Debian distribution
12 then you can get it via libusb-dev and libusb-1.0-0-dev)
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libuvc/
H A Dlibuvc_0.0.7.bb1 SUMMARY = "library for USB video devices built atop libusb"
7 DEPENDS = "libusb jpeg"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/
H A Dhidapi_0.14.0.bb8 DEPENDS = "libusb udev"
13 SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
/openbmc/qemu/hw/usb/
H A Dmeson.build85 if libusb.found()
87 usbhost_ss.add(when: ['CONFIG_USB', libusb],
88 if_true: files('host-libusb.c'))
92 system_ss.add(when: ['CONFIG_USB', 'CONFIG_XEN_BUS', libusb], if_true: files('xen-usb.c'))
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-usb95 libusb
112 libusb
119 libusb
134 libusb
142 libusb
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython-libusb1_3.1.0.bb1 SUMMARY = "Pure-python wrapper for libusb-1.0"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/
H A Dlibnfc_git.bb17 DEPENDS = "libusb"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/
H A Dlibgusb_0.3.10.bb5 DEPENDS = "glib-2.0 libusb"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/
H A Ddediprog-flasher_1.14.20.bb6 DEPENDS = "libusb"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/
H A Dlibcyusbserial_git.bb6 DEPENDS = "libusb udev"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/
H A Dlcdproc_git.bb29 PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0"
/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/
H A Dlibsdl2_2.30.10.bb72 # so we'll just use libusb when it's available.
73 PACKAGECONFIG[libusb] = ",,libusb1"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/
H A Dflashrom_1.2.1.bb19 PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb"
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars14 …ibepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meso…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbarebox.bbclass24 PACKAGECONFIG ??= "openssl libusb fit"
27 PACKAGECONFIG[libusb] = ",,libusb1-native"

123