16 Sep, 2020

1 commit


02 Jul, 2020

1 commit

  • Fix gcc build warning:

    drivers/thunderbolt/quirks.c:21:1: warning:
    'static' is not at beginning of declaration [-Wold-style-declaration]
    21 | const static struct tb_quirk tb_quirks[] = {
    | ^~~~~

    Reported-by: Hulk Robot
    Signed-off-by: Wei Yongjun
    Signed-off-by: Mika Westerberg

    Wei Yongjun
     

01 Jul, 2020

1 commit

  • Some external devices can support completing thunderbolt authentication
    when they are unplugged. For this to work though, the link controller must
    remain operational.

    The only device known to support this right now is the Dell WD19TB, so add
    a quirk for this.

    Signed-off-by: Mario Limonciello
    Signed-off-by: Mika Westerberg

    Mario Limonciello