commit | 845e10d165e03bb2086daa35f37baab7fb960fa2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Aug 29 09:57:01 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 15:36:16 2017 -0400 |
tree | a15d6a4354573cbb3fd7682cbcd7696a48a6fc29 | |
parent | 7e99e14d4ba2533a07adc3d97e06cadc41d12908 [diff] |
tests: test_dfu.py: Add example udev rule for host_usb_dev_node If one does not already have a rule to create a custom device node when a given device enumerates it can be useful to have udev create a bus path based node to the entry in /dev/bus/usb that was just enumerated. Given that DFU itself does not require a /dev entry it is a good idea to provide a rule that will generate one. Signed-off-by: Tom Rini <trini@konsulko.com>