Dear All, It is a question about Android Kernel. Do you know how does Android mount devices in /dev ? I found something like chmod 0660 /dev/pn547 in the /init.rc file. but actually, there is no /dev/pn547 . I want to know how can I mount or find the device called pn547.
On Wed, Jun 17, 2015 at 07:50:33AM +0900, Leng Xuedong wrote:
Dear All,
It is a question about Android Kernel. Do you know how does Android mount devices in /dev ?
I found something like chmod 0660 /dev/pn547 in the /init.rc file. but actually, there is no /dev/pn547 .
I want to know how can I mount or find the device called pn547.
That's an android userspace specific question, and not a kernel question, you'll have better luck asking on an Android forum somewhere. good luck, greg k-h
participants (2)
-
Greg KH -
Leng Xuedong