moebrowne / update-usbids-optimized

A smarter version of the usbutils update-usbids

Home Page:https://www.mountainofcode.co.uk/2015/06/10/Caching-USB-ID-Database-Updates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update USB IDs

This tool is a more intelligent version of the default update-usbids command. It uses the ETag header sent by the USB ID list server http://www.linux-usb.org to check if we already have the most up to date list.

Usage

./update-usbids.sh

Parameters

The following optional parameters are available:

-q	Quiet. Prevent any output.
-f	Force. Don't check if the list has been updated, download it anyway.

About

A smarter version of the usbutils update-usbids

https://www.mountainofcode.co.uk/2015/06/10/Caching-USB-ID-Database-Updates/

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%