summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/platformsupport/edid/qedidvendortable_p.h2
-rwxr-xr-xutil/edid/qedidvendortable.py5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/platformsupport/edid/qedidvendortable_p.h b/src/platformsupport/edid/qedidvendortable_p.h
index 68afb523dd..8548626d93 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 7e6fe778b0..f129501c4b 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 = """/****************************************************************************
**