From 4d9fb42bb9979670725c71ae44a79e9cfb9d0cf1 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 1 Aug 2018 22:40:22 +0200 Subject: [PATCH] Fix EDID vendor table generation script: source git repo is gone fedorahosted seems to be gone and I didn't find a better source for the data. Change-Id: Ifb02b9833a735bab4aff2dc7a6db46aedd567583 Reviewed-by: Pier Luigi Fiorini Reviewed-by: Friedemann Kleint --- src/platformsupport/edid/qedidvendortable_p.h | 2 +- util/edid/qedidvendortable.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/platformsupport/edid/qedidvendortable_p.h b/src/platformsupport/edid/qedidvendortable_p.h index 68afb523dd7..8548626d938 100644 --- a/src/platformsupport/edid/qedidvendortable_p.h +++ b/src/platformsupport/edid/qedidvendortable_p.h @@ -38,7 +38,7 @@ ****************************************************************************/ /* - * This lookup table was generated from https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids + * This lookup table was generated from https://github.com/vcrhonek/hwdata/raw/master/pnp.ids * * Do not change directly this file, instead edit the * qtbase/util/edid/qedidvendortable.py script and regenerate this file. diff --git a/util/edid/qedidvendortable.py b/util/edid/qedidvendortable.py index 7e6fe778b0f..f129501c4ba 100755 --- a/util/edid/qedidvendortable.py +++ b/util/edid/qedidvendortable.py @@ -29,7 +29,10 @@ import urllib.request -url = 'https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids' +# The original source for this data used to be +# 'https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids' +# which is discontinued. For now there seems to be a fork at: +url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids' copyright = """/**************************************************************************** **