summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-14 03:25:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-14 03:25:01 +0200
commita6195ecddf5e2b284654ace85566ecd60ab06141 (patch)
tree4ee0f5b7b29d3a287909a5e54358044a0f127362 /input
parent6ff238c6397298f2d241a280bd19feb2fa0e7e7b (diff)
Remove wrong (left-over) code
Diffstat (limited to 'input')
-rw-r--r--input/device.c1
1 files changed, 0 insertions, 1 deletions
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));