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:
parent
faa67443fe
commit
4d9fb42bb9
@ -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.
|
||||
|
@ -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 = """/****************************************************************************
|
||||
**
|
||||
|
Loading…
Reference in New Issue
Block a user