HID: ACRUX - activate the device immediately after binding
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 11 Mar 2011 08:27:34 +0000 (00:27 -0800)
committerJiri Kosina <jkosina@suse.cz>
Sat, 12 Mar 2011 20:47:18 +0000 (21:47 +0100)
This device does not tolerate delayed opening and goes into a coma if
we try to that. Ubuntu even has a crutch for udev that opened the device
upon seeing it for the first time, but it did not work if we happened to
boot with the device attached, since by the time userspace got around
opening the device it was too late. Let's start the device immediately
to deal with this issue.

Reported-by: Sergei Kolzun <x0r@dv-life.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found