Re: [android-kernel] where the device "/dev/graphic/fb0" or "/dev/fb0" created in the kernel code?

2010-06-15 Thread Abhay kant
this is not a device rather its a frame buffer used by the kernel. You can find the node created in kernel/drivers/video/Fbmem.c. regds, Abhay On Sun, Jun 13, 2010 at 3:21 PM, sureone wrote: > where the device "/dev/graphic/fb0" or "/dev/fb0" created in the > kernel code? > > -- > unsubscribe:

Re: [android-kernel] where the device "/dev/graphic/fb0" or "/dev/fb0" created in the kernel code?

2010-06-14 Thread Greg KH
On Sat, Jun 12, 2010 at 11:21 PM, sureone wrote: > where the device "/dev/graphic/fb0" or "/dev/fb0" created in the > kernel code? No where, the kernel never creates device nodes, that is up to userspace to do. Now the kernel can give lots of hints to userspace as to what device node to create a

[android-kernel] where the device "/dev/graphic/fb0" or "/dev/fb0" created in the kernel code?

2010-06-14 Thread sureone
where the device "/dev/graphic/fb0" or "/dev/fb0" created in the kernel code? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel