From mboxrd@z Thu Jan 1 00:00:00 1970 From: lists@gate-nine.de (Philipp Ittershagen) Date: Tue, 05 Jul 2011 08:51:24 +0200 Subject: interview question how does application connects to device In-Reply-To: References: Message-ID: <4E12B46C.3070909@gate-nine.de> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 07/05/2011 06:15 AM, Bond wrote: > But he was expecting some thing more complex. Well, to be honest, I also was expecting something more complex when I first looked at kernel programming and creating character devices ;) But the file_operations interface is really straight-forward and simple, very nice. Philipp