tests: test_dfu.py: Add example udev rule for host_usb_dev_node
authorTom Rini <trini@konsulko.com>
Mon, 29 Aug 2016 13:57:01 +0000 (09:57 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 22 Jul 2017 19:36:16 +0000 (15:36 -0400)
commit845e10d165e03bb2086daa35f37baab7fb960fa2
treea15d6a4354573cbb3fd7682cbcd7696a48a6fc29
parent7e99e14d4ba2533a07adc3d97e06cadc41d12908
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>
test/py/tests/test_dfu.py