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

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

Re: Doubt in USB Drivers

2014-09-28 Thread me storage
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

Re: Doubt in USB Drivers

2014-09-28 Thread Jason Conklin
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

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

Re: usb drivers

2014-03-06 Thread sanjeev sharma
of a driver.As there is no need to write drivers from scratch,we can gain knowledge by fixing some bugs in the driver. Can some one please give me links/doc to see the bugs and related fixes of USB drivers. Hi Kalyan, Can you start reading the USB driver development from the following link? Apart

usb drivers

2014-03-05 Thread Kalyan Kodamagula
bugs in the driver. Can some one please give me links/doc to see the bugs and related fixes of USB drivers. BR. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: usb drivers

2014-03-05 Thread Srinivas Ganji
there is no need to write drivers from scratch,we can gain knowledge by fixing some bugs in the driver. Can some one please give me links/doc to see the bugs and related fixes of USB drivers. Hi Kalyan, Can you start reading the USB driver development from the following link? Apart from