summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2010-04-25 22:40:54 +0000
committerClint Adams <clint@users.sourceforge.net>2010-04-25 22:40:54 +0000
commit19849aa444fd876bbea0ec32943160ff4f82234b (patch)
tree11527cb765492312f1758efb67fbd872f1b7f4e7
parent9b8e49a7b13a6a233c746715907ac4efa14c22a0 (diff)
downloadzsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.gz
zsh-19849aa444fd876bbea0ec32943160ff4f82234b.zip
fix previous commit
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Linux/Command/_lsusb2
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b82d56e33..739aa022a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
* 27912: Completion/Linux/Command/_lsusb: presume that
usb.ids is uncompressed now.
- * 27914: Completion/Linux/Command/_lsusb: find usb.ids
- in /usr/share/misc.
+ * 27914 (tweaked): Completion/Linux/Command/_lsusb: find
+ usb.ids in /usr/share/misc.
2010-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
@@ -13060,5 +13060,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4963 $
+* $Revision: 1.4964 $
*****************************************************
diff --git a/Completion/Linux/Command/_lsusb b/Completion/Linux/Command/_lsusb
index a2aaa4e62..17240e03d 100644
--- a/Completion/Linux/Command/_lsusb
+++ b/Completion/Linux/Command/_lsusb
@@ -25,7 +25,7 @@ _arguments \
_lsusb_devices[${pair}]="$match[2]"
;;
esac
- done < /usr/share/misc/pci.ids
+ done < /usr/share/misc/usb.ids
fi
compadd -k _lsusb_devices