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

Commit 359cdcbd authored by Hansong Zhang's avatar Hansong Zhang
Browse files

DO NOT MERGE ANYWHERE: Revert "Merge "Bluetooth HID Device: Fix a typo" am:...

DO NOT MERGE ANYWHERE: Revert "Merge "Bluetooth HID Device: Fix a typo" am: 9e156db9 am: deb4ec76"

This reverts commit 45f17f453342accf5478e0b3a2a80e9e8a4ce8e8.

Merged-In: I06ffc536f5912d53319b4d325f77991d65ab04f2
Change-Id: I74271f26bbe28b02117d688a6aa0bf83f0be3780
parent deb4ec76
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_TABLET = (byte) 0x05;
    public static final byte SUBCLASS2_DIGITIZER_TABLED = (byte) 0x05;
    public static final byte SUBCLASS2_CARD_READER = (byte) 0x06;

    /**