Hi Edward, Edward O'Callaghan wrote: > Hi, > > Wow yes please ! What terms is it under? > > This is one of the reasons I posted about this. I'll explain what I did. My intention (hope?) is to make the kernel driver (actually, a STREAMS module on top of the hid driver) CDDL. But I am using the Linux X input driver (xdrv) source slightly modified (basically, different ioctl calls to my wacom streams module. So, I guess the xdrv stuff would be GPL. To do this, I am including a header file (input.h) in my driver. So, am I allowed to do this? Do I need to re-write the xdrv code? Can I use a linux header file (for #defines) in my kernel module, or do I need to re-write the streams module as well?
thanks, max > Regards, > Edward O'Callaghan. > > 2008/12/19 max at bruningsystems.com <max at bruningsystems.com>: > >> Hi. >> I sent the following to the driver list, (and one or two other mailing >> lists), and >> it was suggested I post something here... >> >> I have written a driver (and X input extension library) for Wacom pen >> tablets. The driver works with gimp, and basically does most everything >> that the equivalent software does on Linux. There are still a >> few issues... Currently, the tablet must be identified in an xorg.conf >> file. I am trying to figure out how >> to do this with hal and an fdi file, but haven't figured that out yet. >> Also, I have only tested with 2 different tablets (Intuos 3 and >> Bamboo). I am (slowly) porting Xara Xtreme >> (see http://www.xaraxtreme.org/ for info). >> >> So, is anyone interested in this? What steps do I need to take to get >> this into OpenSolaris? Is someone in Sun already working on this? >> >> thanks, >> max >> >> >> _______________________________________________ >> xwin-discuss mailing list >> xwin-discuss at opensolaris.org >> >> > > > >