It's okay. I used an existing device driver as a model and the device is created by device_create() and associated calls (vmlogrdr.c is nicely laid out). The only thing I need to find out is how to specify the permissions for the device as it's created or do I have to issue a call to chmod using what I believe will be the device name.
On 9/5/13 12:56 PM, "Mark Post" <[email protected]> wrote: >>>> On 8/29/2013 at 05:28 PM, Neale Ferguson <[email protected]> wrote: > Without more details about what the old driver did, it's hard to say. I'm not > aware of any "migration" documentation out there for udev. Plus it's hard to > understand what documentation is there. (I got to play with udev a _lot_ > recently for a bug I was working on.) > > Let me know specifically what you need to do, and I'll see if I can help. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
