5 Star 0 Fork 1

OpenHarmony-SIG/third_party_libmtp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sync-usbids.sh 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
Linus Walleij 提交于 2007-05-11 21:42 . Sync script
#!/bin/sh
# Script to compare the USB ID list from linux-usb
# with the internal list of libmtp.
WGET=`which wget`
if [ "x$WGET" != "x" ]; then
wget -O usb.ids http://www.linux-usb.org/usb.ids
examples/hotplug -i > usb.ids-libmtp
echo "OK now compare usb.ids and usb.ids-libmtp..."
else
echo "Could not sync to linux-usb USB ID list. No WGET."
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/third_party_libmtp.git
git@gitee.com:openharmony-sig/third_party_libmtp.git
openharmony-sig
third_party_libmtp
third_party_libmtp
master

搜索帮助