Changeset 28872
- Timestamp:
- 2011-11-09T03:59:10+01:00 (6 years ago)
- Location:
- packages/utils/usb-modeswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/utils/usb-modeswitch/Makefile
r28559 r28872 10 10 PKG_NAME:=usb-modeswitch 11 11 PKG_VERSION:=1.2.0 12 PKG_RELEASE:= 112 PKG_RELEASE:=2 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -
packages/utils/usb-modeswitch/files/modeswitch.hotplug
r28555 r28872 128 128 while [ $switching_done -lt 1 -a $switching_tries -le 6 ]; do 129 129 $modeswitch -I -D -n -s 30 -c "${configs%% *}" 130 if [ $(sanitize "$usb_dir/idProduct") -eq$uPid ]; then130 if [ $(sanitize "$usb_dir/idProduct") = $uPid ]; then 131 131 log "switching seemingly failed" 132 132 else
Note: See TracChangeset
for help on using the changeset viewer.