diff options
author | Javier Jardón <jjardon@gnome.org> | 2014-12-08 13:55:59 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2014-12-08 13:56:30 +0000 |
commit | 207a91690a691749dd845d27e85c7bdd0c536761 (patch) | |
tree | 60f36313e5c7a84b59b1cdd62f891cbc296bc36d /open-source-lorries | |
parent | d5d6c7fe7ff1cac472c404d5f45d99a9565d91bc (diff) | |
download | lorries-207a91690a691749dd845d27e85c7bdd0c536761.tar.gz |
Add libusb
libusbx was a fork of libusb, a library that provides generic access to
USB devices.
As of 2014.01.26, the project has been fully merged back into libusb
and is being discontinued.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/libusb.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/libusb.lorry b/open-source-lorries/libusb.lorry new file mode 100644 index 0000000..3f48829 --- /dev/null +++ b/open-source-lorries/libusb.lorry @@ -0,0 +1,6 @@ +{ + "libusb": { + "type": "git", + "url": "git://github.com/libusb/libusb.git" + } +} |