LOG FILE FOR ENTRY OF A MODULE IN KERNEL :
head 1.4;
access;
symbols;
locks
root:1.4; strict;
comment @ * @;
1.4
date 2014.01.09.16.41.19; author root; state Exp;
branches;
next 1.3;
1.3
date 2014.01.06.14.28.40; author root; state Exp;
branches;
next 1.2;
1.2
date 2014.01.06.14.10.20; author root; state Exp;
branches;
next 1.1;
1.1
date 2014.01.06.13.06.31; author root; state Exp;
branches;
next ;
desc
@source file for driver registration using alloc_chrdev_registration .
@
1.4
log
@initialization scull & c_dev for multiple devices and export a function in symbol table by using EXPORT_SYMBOL.
@
LOG FILE FOR DELETION OF A MODULE IN KERNEL :
head 1.3;
access;
symbols;
locks
root:1.3; strict;
comment @ used free & unregister @;
1.3
date 2014.01.06.14.41.04; author root; state Exp;
branches;
next 1.2;
1.2
date 2014.01.06.14.20.34; author root; state Exp;
branches;
next 1.1;
1.1
date 2014.01.06.13.15.52; author root; state Exp;
branches;
next ;
desc
@source file for driver to unregister it from kernel.
@
1.3
log
@ remove the cdev from device table using cdev_del and deallocate the memory too and unregister the driver.
@