EmbLogic's Blog

open() routine for character driver

RCS file: open_dev.c,v
Working file: open_dev.c
head: 1.12
branch:
locks: strict
root: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12; selected revisions: 12
description:
open function for character driver is declared in this file
—————————-
revision 1.12 locked by: root;
date: 2014/12/11 09:36:47; author: root; state: Exp; lines: +1 -1
modify proototype for trim
—————————-
revision 1.11
date: 2014/12/09 01:53:00; author: root; state: Exp; lines: +1 -1
change prototype for trim()
—————————-
revision 1.10
date: 2014/12/09 01:13:22; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.9
date: 2014/12/09 01:05:25; author: root; state: Exp; lines: +5 -0
modify write program
—————————-
revision 1.8
date: 2014/12/07 23:30:36; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.7
date: 2014/12/07 23:29:53; author: root; state: Exp; lines: +3 -2
*** empty log message ***
—————————-
revision 1.6
date: 2014/12/06 08:05:08; author: root; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.5
date: 2014/12/05 02:06:34; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.4
date: 2014/12/05 02:04:07; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.3
date: 2014/12/02 11:52:28; author: root; state: Exp; lines: +20 -0
declared a local variable of type struct ScullDev to point to memory of device
use container_of to map i_cdev of struct inode with c_dev of struct ScullDev
—————————-
revision 1.2
date: 2014/12/02 10:55:58; author: root; state: Exp; lines: +4 -2
there was an error in printk() statement
remove that error
—————————-
revision 1.1
date: 2014/12/02 10:50:45; 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>