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 <pierluigi.fiorini@liri.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Frederik Gladhorn 2018-08-01 22:40:22 +02:00
parent faa67443fe
commit 4d9fb42bb9
2 changed files with 5 additions and 2 deletions

View File

@ -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 * Do not change directly this file, instead edit the
* qtbase/util/edid/qedidvendortable.py script and regenerate this file. * qtbase/util/edid/qedidvendortable.py script and regenerate this file.

View File

@ -29,7 +29,10 @@
import urllib.request 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 = """/**************************************************************************** copyright = """/****************************************************************************
** **