From mboxrd@z Thu Jan 1 00:00:00 1970 From: felixv1986@gmail.com (Felix Varghese) Date: Thu, 19 May 2011 17:21:37 +0530 Subject: Putting artificial delays in a char driver In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I can't say I have understood your scenario completely. Maybe you could turn your LED on when you want to (say in the ISR) and then start a kernel timer of sufficient duration. In the timer expiry handler, you could switch it off. By adjusting the duration, you could make sure that the LED stays on long enough to be visible. Regards, Felix.