Doubt in USB Drivers

2014-09-28 Thread me storage
Hi to all
I am new to Linux Kernel Programming .I want to develop usb drivers so i
read LDD3 Chapter 14. i didn't find /sbin/hotplug in Ubuntu 12.04.And my
doubt is how kernel handles the usb devices i.e who detects usb events
,then who fires hotplug script to run ,where kernel searches corresponding
module ,who loads the modules etc...
Any resources are helpful to me
Thanks to all
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Doubt in USB Drivers

2014-09-28 Thread Sudip Mukherjee
On Sep 28, 2014 4:28 PM, me storage me.storage...@gmail.com wrote:

 Hi to all
 I am new to Linux Kernel Programming .I want to develop usb drivers so i
read LDD3 Chapter 14. i didn't find /sbin/hotplug in Ubuntu 12.04.And my
doubt is how kernel handles the usb devices i.e who detects usb events
,then who fires hotplug script to run ,where kernel searches corresponding
module ,who loads the modules etc...

is it related to the task of Eudyptula Challenge??

looks like 

 Any resources are helpful to me
 Thanks to all

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Doubt in USB Drivers

2014-09-28 Thread me storage
Yes it is a task in Eudyptula Challenge,

I read the chapter which little mentioned ,after searching on  google i
found some solutions but i don't want to copy those solutions i want to
solve my self .So that's why i asked for resources not any solution ?
Please try to understand .
Thanks to all

On 28 September 2014 19:27, Sudip Mukherjee sudipm.mukher...@gmail.com
wrote:


 On Sep 28, 2014 4:28 PM, me storage me.storage...@gmail.com wrote:
 
  Hi to all
  I am new to Linux Kernel Programming .I want to develop usb drivers so i
 read LDD3 Chapter 14. i didn't find /sbin/hotplug in Ubuntu 12.04.And my
 doubt is how kernel handles the usb devices i.e who detects usb events
 ,then who fires hotplug script to run ,where kernel searches corresponding
 module ,who loads the modules etc...

 is it related to the task of Eudyptula Challenge??

 looks like 

  Any resources are helpful to me
  Thanks to all
 
  ___
  Kernelnewbies mailing list
  Kernelnewbies@kernelnewbies.org
  http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
 

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Doubt in USB Drivers

2014-09-28 Thread Jason Conklin
Little will remove you from the challenge if you ask questions in
public. If this hasn't already happened... keep reading, take your
time, and figure it out yourself! Good luck.

On Sun, Sep 28, 2014 at 11:35 AM, me storage me.storage...@gmail.com wrote:
 Yes it is a task in Eudyptula Challenge,

 I read the chapter which little mentioned ,after searching on  google i
 found some solutions but i don't want to copy those solutions i want to
 solve my self .So that's why i asked for resources not any solution ? Please
 try to understand .
 Thanks to all


 On 28 September 2014 19:27, Sudip Mukherjee sudipm.mukher...@gmail.com
 wrote:


 On Sep 28, 2014 4:28 PM, me storage me.storage...@gmail.com wrote:
 
  Hi to all
  I am new to Linux Kernel Programming .I want to develop usb drivers so i
  read LDD3 Chapter 14. i didn't find /sbin/hotplug in Ubuntu 12.04.And my
  doubt is how kernel handles the usb devices i.e who detects usb events 
  ,then
  who fires hotplug script to run ,where kernel searches corresponding module
  ,who loads the modules etc...

 is it related to the task of Eudyptula Challenge??

 looks like 

  Any resources are helpful to me
  Thanks to all
 
  ___
  Kernelnewbies mailing list
  Kernelnewbies@kernelnewbies.org
  http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
 



 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Doubt in USB Drivers

2014-09-28 Thread Valdis . Kletnieks
On Sun, 28 Sep 2014 16:27:06 +0530, me storage said:

 I am new to Linux Kernel Programming .I want to develop usb drivers so i
 read LDD3 Chapter 14. i didn't find /sbin/hotplug in Ubuntu 12.04.And my

LDD3 is about a 2.6.10 kernel.  Ubuntu 12.04 shipped a 3.2.14 kernel.

% git diff --shortstat v2.6.11 v3.12
 54000 files changed, 15378914 insertions(+), 4279326 deletions(-)

LDD3 is only about 15 million lines out of date.  Have a nice day.

(2.6.11 was the first release in the git world, and my linux-next tree
doesn't have the 3.2.14 tag in it, but I think that made the point)

Now go off and figure out *what* changed on your own, lest you be punted
from the Eucalyptus Challenge


pgphzENLODWO6.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies