Add patch not to open the same device file many times
authorsh.pi <sh.pi@samsung.com>
Thu, 28 Mar 2013 12:29:28 +0000 (21:29 +0900)
committersh.pi <sh.pi@samsung.com>
Fri, 29 Mar 2013 02:00:06 +0000 (11:00 +0900)
commit4c460c94caf070594b134ee195279cadd99af915
treeb89e8c4331429b011bed4ab89bfa54859ad8b4cb
parent20185c708a9ccc219798820a26d3833c04379f7a
Add patch not to open the same device file many times

There is the error that one input device file is opened many times.
If udev or kernel layer send wrong uevent, pm can register devices abnomally.
Now pm receives uevent and add all input device to internal list.
and check that device file is already registered in list.
pm_poll.c