From a6195ecddf5e2b284654ace85566ecd60ab06141 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Sep 2008 03:25:01 +0200 Subject: Remove wrong (left-over) code --- input/device.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input') diff --git a/input/device.c b/input/device.c index 4d211d93..d2ca1fdf 100644 --- a/input/device.c +++ b/input/device.c @@ -655,7 +655,6 @@ static int hidp_add_connection(const bdaddr_t *src, const bdaddr_t *dst, int ctr err = 0; } - /* Encryption not required */ if (req->vendor == 0x054c && req->product == 0x0268) { unsigned char buf[] = { 0x53, 0xf4, 0x42, 0x03, 0x00, 0x00 }; err = write(ctrl_sk, buf, sizeof(buf)); -- cgit