summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/device.c b/input/device.c
index 5caa58e5..8391326e 100644
--- a/input/device.c
+++ b/input/device.c
@@ -659,7 +659,6 @@ static int hidp_add_connection(const struct input_device *idev,
err = 0;
}
- /* Encryption not required */
if (req->vendor == 0x054c && req->product == 0x0268) {
unsigned char buf[] = { 0x53, 0xf4, 0x42, 0x03, 0x00, 0x00 };
err = write(iconn->ctrl_sk, buf, sizeof(buf));