Skip to content

Commit 488bcd1

Browse files
committed
updated libusb dependency, removed custom patch
1 parent d65e34d commit 488bcd1

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

depends/install_deps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ rm -rf $LIBUSB_SOURCE_DIR $LIBUSB_INSTALL_DIR
1111
git clone https://github.com/libusb/libusb.git $LIBUSB_SOURCE_DIR
1212

1313
cd $LIBUSB_SOURCE_DIR
14-
git checkout v1.0.19
15-
git apply $DEPENDS_DIR/linux_usbfs_increase_max_iso_buffer_length.patch
14+
git checkout 51b10191033ca3a3819dcf46e1da2465b99497c2
1615
./bootstrap.sh
1716
./configure --prefix=$LIBUSB_INSTALL_DIR
1817
make && make install

depends/linux_usbfs_increase_max_iso_buffer_length.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)