From c05453536a2d0b1e1fa02f4cfebed8542544a7a1 Mon Sep 17 00:00:00 2001 From: Matt Wagantall Date: Wed, 2 Sep 2015 17:20:37 -0700 Subject: [PATCH] script: check-config-exemptions: add exemption for USB_CONFIGFS Current MSM targets continue to use the USB_G_ANDROID composite driver rather than USB_CONFIGFS. Change-Id: Iaeab9effcea1276cbe85ebb70f5e7e2c664dccd9 Signed-off-by: Matt Wagantall --- scripts/check-config-debug-exemptions | 1 + scripts/check-config-perf-exemptions | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/check-config-debug-exemptions b/scripts/check-config-debug-exemptions index ced3fa4e3340..331a924e3612 100644 --- a/scripts/check-config-debug-exemptions +++ b/scripts/check-config-debug-exemptions @@ -54,4 +54,5 @@ TABLET_USB_AIPTEK TABLET_USB_GTCO TABLET_USB_HANWANG TABLET_USB_KBTAB +USB_CONFIGFS USB_OTG_WAKELOCK diff --git a/scripts/check-config-perf-exemptions b/scripts/check-config-perf-exemptions index b63c1fe1ea72..d499f5abeb1e 100644 --- a/scripts/check-config-perf-exemptions +++ b/scripts/check-config-perf-exemptions @@ -57,4 +57,5 @@ TABLET_USB_AIPTEK TABLET_USB_GTCO TABLET_USB_HANWANG TABLET_USB_KBTAB +USB_CONFIGFS USB_OTG_WAKELOCK