]> sigrok.org Git - sigrok-androidutils.git/commit
Add an 'update-device-filter' Makefile target.
authorUwe Hermann <redacted>
Tue, 28 Mar 2017 06:35:33 +0000 (08:35 +0200)
committerUwe Hermann <redacted>
Wed, 29 Mar 2017 09:37:55 +0000 (11:37 +0200)
commit7a810032edefa2f6c0e711d9b8be042d21b722c0
treee33ff458e1edef0145201e0174110c1348ba6f93
parentf0d3cf4b0c86b1cd4e0e28122f8167b02fb1acdb
Add an 'update-device-filter' Makefile target.

This can be (manually) used as follows to update the list of USB
VIDs/PIDs in device_filter.xml (based on the latest git version of the
libsigrok udev rules file, downloaded via wget):

  $ make update-device-filter > device_filter.xml

This fixes parts of bug #665.
Makefile.am