EmbLogic's Blog

Log file for Character Device Driver

RCS file: header.h,v
Working file: header.h
head: 1.11
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 11;	selected revisions: 11
description:
This is the header for the base module.
----------------------------
revision 1.11
date: 2013/10/21 10:35:24;  author: root;  state: Exp;  lines: +4 -1
Mapped the system calls open() and release() to corresponding driver routines scull_open() and scull_release().
----------------------------
revision 1.10
date: 2013/10/21 10:31:46;  author: root;  state: Exp;  lines: +3 -0
Gave Prototypes for scull_open() and scull_release().
----------------------------
revision 1.9
date: 2013/10/21 09:28:04;  author: root;  state: Exp;  lines: +4 -2
included cdev.h
declared file_operations structure.
declared struct cdev inside struct ScullDev.
----------------------------
revision 1.8
date: 2013/10/21 09:01:57;  author: root;  state: Exp;  lines: +2 -2
*** empty log message ***
----------------------------
revision 1.7
date: 2013/10/21 08:55:36;  author: root;  state: Exp;  lines: +13 -0
Included slab.h
defined Struct ScullDev and Struct ScullQset.
----------------------------
revision 1.6
date: 2013/10/18 08:28:56;  author: root;  state: Exp;  lines: +8 -1
defined a macro MINORNO
defined variable dev.
commented strust file_operations.
----------------------------
revision 1.5
date: 2013/10/18 08:12:07;  author: root;  state: Exp;  lines: +13 -0
Included fs.h
defined macros like DEVNAME, MAJORNO.
defined struct file_operations.
----------------------------
revision 1.4
date: 2013/10/18 07:56:13;  author: root;  state: Exp;  lines: +1 -0
Included moduleparam.h
----------------------------
revision 1.3
date: 2013/10/18 07:55:28;  author: root;  state: Exp;  lines: +7 -0
Added Module_Descriotion() macro.
----------------------------
revision 1.2
date: 2013/10/17 08:08:56;  author: root;  state: Exp;  lines: +1 -0
Added MODULE_AUTHOR
----------------------------
revision 1.1
date: 2013/10/17 07:52:39;  author: root;  state: Exp;
Initial revision
=============================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>