Re: Usb module loading

2014-08-08 Thread selva
Just a info to any one taking the little penguin task, my mail was removed from the task because of posting of public domain. Do not post in public domain On Wed, Aug 06, 2014 at 03:15:20AM +, Little Penguin wrote: > On Tue, Aug 05, 2014 at 09:24:00PM +0530, selva wrote: > > Hi, > > > > > >

Re: Usb module loading

2014-08-08 Thread selva
Hi all, Sorry for not remembering the rules, i will make the link inaccessible Thanks, Selvaraj ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Usb module loading

2014-08-07 Thread Valdis . Kletnieks
On Fri, 08 Aug 2014 08:14:26 +0200, Kristofer Hallin said: > You are not supposed to make the solutions for Eudyptula challenge > available to others. Also, it's a potentially career-limiting move - Google is forever, and doing something like that may tell potential employers that you are either

Re: Usb module loading

2014-08-07 Thread Varka Bhadram
On 08/08/2014 11:42 AM, selva wrote: > My code is present in the following link > > https://github.com/selvagit/little_penguin/blob/master/task_05/hello.c As per the rules of *The Eudyptula Challenge*: *Posting answers to the questions online is also frowned apon, as it really doesn't help anyone

Re: Usb module loading

2014-08-07 Thread Sudip Mukherjee
On Fri, Aug 8, 2014 at 11:42 AM, selva wrote: > Hi All > > I have written a usb module which will be linked if any keyboard > is hot plug. Is it related to the Eudyptula Challenge ?? Looks like it is ... > I follow the step below to make it work > > 1) rmmod usbhid > > 2) insmod hello.ko > > 3)

Re: Usb module loading

2014-08-07 Thread Kristofer Hallin
You are not supposed to make the solutions for Eudyptula challenge available to others. On Aug 8, 2014 8:12 AM, "selva" wrote: > Hi All > > I have written a usb module which will be linked if any keyboard > is hot plug. > > I follow the step below to make it work > > 1) rmmod usbhid > > 2) insmod

Usb module loading

2014-08-07 Thread selva
Hi All I have written a usb module which will be linked if any keyboard is hot plug. I follow the step below to make it work 1) rmmod usbhid 2) insmod hello.ko 3) hot plug the keyboard when the keyboard is hot plugged my kernel module gets loaded and in syslog the messages regarding the detec