summaryrefslogtreecommitdiff
path: root/NEWS
blob: c7e6e35d87b949843e6863bd4d35bdeb2e615f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2010-11-20: 1.2
    * 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.

2010-08-24: 1.1
    * Renamed to usbhid-dump
    * Fix handling of responses to unsupported HID requests
    * Renamed dump entity "both" to "all"

2010-07-25: 1.0
    * Report descriptor dumping support
    * Report stream dumping support
    * Report stream dumping feedback and output pausing support