|
@@ -393,12 +393,12 @@ offset = N * getpagesize();
|
|
|
|
|
|
<itemizedlist>
|
|
<itemizedlist>
|
|
<listitem><para>
|
|
<listitem><para>
|
|
-<varname>char *name</varname>: Required. The name of your driver as
|
|
|
|
|
|
+<varname>const char *name</varname>: Required. The name of your driver as
|
|
it will appear in sysfs. I recommend using the name of your module for this.
|
|
it will appear in sysfs. I recommend using the name of your module for this.
|
|
</para></listitem>
|
|
</para></listitem>
|
|
|
|
|
|
<listitem><para>
|
|
<listitem><para>
|
|
-<varname>char *version</varname>: Required. This string appears in
|
|
|
|
|
|
+<varname>const char *version</varname>: Required. This string appears in
|
|
<filename>/sys/class/uio/uioX/version</filename>.
|
|
<filename>/sys/class/uio/uioX/version</filename>.
|
|
</para></listitem>
|
|
</para></listitem>
|
|
|
|
|