Update usbhid-dump to release 1.2. The NEWS for the release are: * Command line parameters are removed, now all HID interfaces of all USB devices are dumped by default. This may include the keyboard controlling the terminal, for example, please be careful. * Added device selection limiting options: -s, -a, --address=bus[:dev] to limit by bus number and/or device address and -d, -m, --model=vid[:pid] to limit by vendor and/or product. * Added interface number limiting option -i, --interface=NUMBER. * Added stream interrupt transfer timeout option -t, --stream-timeout=NUMBER, which is set to 1 minute by default to allow recovery of accidentially captured terminal input device. This timeout is printed on the start of stream dumping. Signed-off-by: Nikolai Kondrashov <spbnick@xxxxxxxxx> --- Please don't forget to run "git submodule update" in the usbutils root to actually checkout the new usbhid-dump release. If it complains about untracked files, run "git clean -d -x -f" first in the usbhid-dump directory. Thanks :) usbhid-dump | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usbhid-dump b/usbhid-dump index 490ac2a..b643881 160000 --- a/usbhid-dump +++ b/usbhid-dump @@ -1 +1 @@ -Subproject commit 490ac2a5fc080ecc6daeef60117e65143013d4d1 +Subproject commit b643881e646e8d7ad9bfe566a6f262f010efca35 -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html