From 063ff294a266f68ab93f462c264613c2223a40cd Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 22 Apr 2019 23:32:18 +0200 Subject: nwztools: add DMP-Z1 to the database This is one of those fancy gold-plated devices. Of course it breaks my scripts that were nicely expecting every device to start with NW. Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d --- utils/nwztools/database/nvp/parse_all_nvp_headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nwztools/database/nvp/parse_all_nvp_headers.sh') diff --git a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh index 2af5e83cdc..d02440c77d 100755 --- a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh +++ b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh @@ -24,7 +24,7 @@ if [ "$1" = "--new-only" ]; then fi # list interesting directories -for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*"` +for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*" -or -name "dmp-*"` do # extract codename codename=`basename "$dir"` -- cgit v1.2.3