views:

16

answers:

0

I've written code for an Epson SED1335 lcd driver (not the 1355) and I would like the driver to behave as a FB driver. When it's all said and done, how is the driver named in the kernel command line?

Is it the same name given to the name field in the device_driver structure? Ex. the 1355 driver populates this field with "epson1355fb", is that what would get passed to the kernel command line? (vga=epson1355fb)?