From: Jonas Dreßler Date: Thu, 21 Oct 2021 12:47:35 +0000 (+0200) Subject: hwdb: Allow USB autosuspend for MS Surface Pro (2017) Type Cover X-Git-Tag: v250-rc1~455 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afa31f8c0fe7b05cc78e6e9ac3233ce40c0f1c12;p=thirdparty%2Fsystemd.git hwdb: Allow USB autosuspend for MS Surface Pro (2017) Type Cover The Surface Type Covers are known to support USB autosuspend just fine (and it's also enabled by default on Windows), so enable it in hwdb. --- diff --git a/hwdb.d/60-autosuspend.hwdb b/hwdb.d/60-autosuspend.hwdb index e9304f440de..1b6c1e1c8fc 100644 --- a/hwdb.d/60-autosuspend.hwdb +++ b/hwdb.d/60-autosuspend.hwdb @@ -52,6 +52,14 @@ usb:v04F3p2B7C* usb:v04F3p2ACC* ID_AUTOSUSPEND=1 +######################################### +# Microsoft +######################################### + +# Surface Pro (2017) Type Cover +usb:v045Ep09C0* + ID_AUTOSUSPEND=1 + ######################################### # QEMU #########################################