You can study the reference driver in fbgen.c and skeletonfb.c, or you can study one of the simple drivers like hitfb.c for an example. The interface between the common code (in fbmem.c) and a specific hardware driver is through the function pointers in a structure of type fb_ops. The header file fb.h also provides some documentation. With these files you should have plenty of good examples.
Gerald Wood, David wrote: > All, > > Are there any references for writing Linux Framebuffer driver utilities for > the 2.4 kernel? I've looked around and every reference I find is for the > 2.2 kernel. > > Thanks, > David Wood > > > > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
