]> asedeno.scripts.mit.edu Git - linux.git/commit
HID: sony: Perform duplicate device check earlier on
authorRoderick Colenbrander <roderick.colenbrander@sony.com>
Tue, 7 Mar 2017 23:45:11 +0000 (15:45 -0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Mar 2017 14:12:07 +0000 (15:12 +0100)
commitdf848bc05db1c49756a2befbe03ab03ce34a6bcc
tree391c2ade1c7737874eacd435192dd75d0c83a324
parent510c8b7c168bcad75e2864f73e5125d7218ee3cf
HID: sony: Perform duplicate device check earlier on

Game controllers can be connected twice through USB and BT. Only
one connection is allowed. Currently we perform a check for duplicate
controllers halfway through device initialization. To prevent
'transient' devices, we should do this check as early as we can.

Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c