Comment 5 for bug 1705633

Revision history for this message
AceLan Kao (acelankao) wrote :

This commit relates to the hw_variant, too.

commit 9268834b60c0b08101c7a8522b6901cf4cd57a14
Author: Tedd Ho-Jeong An <email address hidden>
Date: Mon Mar 6 15:38:26 2017 -0800

    Bluetooth: Use switch statement for Intel hardware variants

    Multiple new hardware variants are planned and the simple if statement
    would get really complicated and unreadable. So instead replace it with
    a simple switch statement.

    The change is applied to both USB and UART.

    Based-on-patch-by: Marcel Holtmann <email address hidden>
    Signed-off-by: Tedd Ho-Jeong An <email address hidden>
    Signed-off-by: Marcel Holtmann <email address hidden>