EmbLogic's Blog

Character Device Driver(Insertion of DD into the kernel)

#this is the insertion of Device Driver in the kernel :)  :) 
RCS file: cleanup.c,v
Working file: cleanup.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:
give the defination for the module_exit.
----------------------------
revision 1.3
date: 2014/05/04 04:17:02;  author: root;  state: Exp;  lines: +1 -1
redeclaration of cleanup function.
----------------------------
revision 1.2
date: 2014/05/04 04:12:01;  author: root;  state: Exp;  lines: +1 -1
this is the cleanup
----------------------------
revision 1.1
date: 2014/05/04 03:49:15;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: init.c,v
Working file: init.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
give the defination for the module_init its the entry point to the kernel.
----------------------------
revision 1.1
date: 2014/05/04 03:49:15;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: header.h,v
Working file: header.h
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
this is the header file for the device driver.
including the init.h and module.h.
and MODULE_LICENSE for the GPL(gerneal purpose license)
----------------------------
revision 1.1
date: 2014/05/04 03:49:15;  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>