Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eb138bc authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Fix a typo

"DIGITIZER_TABLED" should be "DIGITIZER_TABLET"

Test: Not needed
Change-Id: I8d701655e3a32db8564aa21381febdd9f93f1bdb
parent e5ea9fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public final class BluetoothInputHost implements BluetoothProfile {
    public static final byte SUBCLASS2_GAMEPAD = (byte) 0x02;
    public static final byte SUBCLASS2_REMOTE_CONTROL = (byte) 0x03;
    public static final byte SUBCLASS2_SENSING_DEVICE = (byte) 0x04;
    public static final byte SUBCLASS2_DIGITIZER_TABLED = (byte) 0x05;
    public static final byte SUBCLASS2_DIGITIZER_TABLET = (byte) 0x05;
    public static final byte SUBCLASS2_CARD_READER = (byte) 0x06;

    /**