mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
27914: find usb.ids in /usr/share/misc.
This commit is contained in:
parent
9cd312ff0f
commit
9b8e49a7b1
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
2010-04-25 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 27912: Completion/Linux/Command/_lsusb: presume that
|
||||
pci.ids is uncompressed now.
|
||||
usb.ids is uncompressed now.
|
||||
|
||||
* 27914: Completion/Linux/Command/_lsusb: find usb.ids
|
||||
in /usr/share/misc.
|
||||
|
||||
2010-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
|
@ -13057,5 +13060,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4962 $
|
||||
* $Revision: 1.4963 $
|
||||
*****************************************************
|
||||
|
|
|
@ -25,7 +25,7 @@ _arguments \
|
|||
_lsusb_devices[${pair}]="$match[2]"
|
||||
;;
|
||||
esac
|
||||
done < /var/lib/usbutils/usb.ids
|
||||
done < /usr/share/misc/pci.ids
|
||||
fi
|
||||
|
||||
compadd -k _lsusb_devices
|
||||
|
|
Loading…
Reference in a new issue