From a9edf3ff7e7fd6f276fedd67900d61e569521fd4 Mon Sep 17 00:00:00 2001 From: Tom Marshall Date: Tue, 22 Aug 2017 04:02:55 +0000 Subject: [PATCH] Add more third party sources --- vuln-patcher.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vuln-patcher.py b/vuln-patcher.py index 1fbb920..d0f3b42 100755 --- a/vuln-patcher.py +++ b/vuln-patcher.py @@ -394,6 +394,16 @@ if os.path.exists('drivers/staging/qcacld-2.0'): ksources.add('qcacld') if os.path.exists('drivers/net/wireless/bcmdhd'): ksources.add('bcmdhd') +if os.path.exists('drivers/input/touchscreen/synaptics_dsx'): + ksources.add('synaptics_dsx') +if os.path.exists('drivers/input/misc/vl6180'): + ksources.add('vl6180') +if os.path.exists('drivers/input/misc/vl53L0'): + ksources.add('vl53L0') +if os.path.exists('sound/soc/codecs/rt5506.h'): + ksources.add('rt5506') +if os.path.exists('sound/soc/codecs/rt5677.h'): + ksources.add('rt5677') # ... get_git_history()