On 2015-03-06 11:36 PM, Ronit Halder wrote:
This is my semester project and Thanks.
Does it have to be a input driver? If you really want to impress your teacher and get a better mark,try writing a basic network or usb driver. Nick
On Sat, Mar 7, 2015 at 10:04 AM, nick <xerofoify@gmail.com> wrote:
Ronit, What are your reasons for writing this driver? In addition if you have the kernel tree lying around look under drivers/input/mouse for mouse drivers that are in production to help you understand how to write one better. Good Luck, Nick
On 2015-03-06 11:27 PM, Ronit Halder wrote:
Hi,I want to write mouse driver for linux ( usb mouse). I am reading "Linux device driver" and "Linux kernel development". But i don't how to start writing the driver. So,Please help.
Best regards, Ronit.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Nick, On Fri, Mar 06, 2015 at 11:39:21PM -0500, nick wrote:
On 2015-03-06 11:36 PM, Ronit Halder wrote:
This is my semester project and Thanks.
Does it have to be a input driver? If you really want to impress your teacher and get a better mark,try writing a basic network or usb driver.
Except that an USB or at networking driver is a few orders of magnitude more difficult than an input driver. While it would certainly be a wonderful achievement, it really is not reasonable to suggest that on this list. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
On March 8, 2015 5:51:58 PM EDT, Maxime Ripard <maxime.ripard@free-electrons.com> wrote:
Nick,
On Fri, Mar 06, 2015 at 11:39:21PM -0500, nick wrote:
On 2015-03-06 11:36 PM, Ronit Halder wrote:
This is my semester project and Thanks.
Does it have to be a input driver? If you really want to impress your teacher and get a better mark,try writing a basic network or usb driver.
Except that an USB or at networking driver is a few orders of magnitude more difficult than an input driver.
While it would certainly be a wonderful achievement, it really is not reasonable to suggest that on this list.
Maxime It was only a suggestion. I didn't realize that was impolite on the list. I was seeing if I could help him get a better mark as sometimes in my experience they get bonus marks for writing more difficult programs in this case, more complex drivers. Sorry, Nick -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
How to get the interrupt number for any device. On Mon, Mar 9, 2015 at 3:39 AM, Nicholas Krause <xerofoify@gmail.com> wrote:
On March 8, 2015 5:51:58 PM EDT, Maxime Ripard < maxime.ripard@free-electrons.com> wrote:
Nick,
On Fri, Mar 06, 2015 at 11:39:21PM -0500, nick wrote:
On 2015-03-06 11:36 PM, Ronit Halder wrote:
This is my semester project and Thanks.
Does it have to be a input driver? If you really want to impress your teacher and get a better mark,try writing a basic network or usb driver.
Except that an USB or at networking driver is a few orders of magnitude more difficult than an input driver.
While it would certainly be a wonderful achievement, it really is not reasonable to suggest that on this list.
Maxime It was only a suggestion. I didn't realize that was impolite on the list. I was seeing if I could help him get a better mark as sometimes in my experience they get bonus marks for writing more difficult programs in this case, more complex drivers. Sorry, Nick -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
On March 8, 2015 9:12:28 PM EDT, Ronit Halder <ronit.linux@gmail.com> wrote:
How to get the interrupt number for any device. The easiest way is to take a look for your device's id in lsusb and see if the interrupt number is there for your device. Nick
On Mon, Mar 9, 2015 at 3:39 AM, Nicholas Krause <xerofoify@gmail.com> wrote:
On March 8, 2015 5:51:58 PM EDT, Maxime Ripard < maxime.ripard@free-electrons.com> wrote:
Nick,
On Fri, Mar 06, 2015 at 11:39:21PM -0500, nick wrote:
On 2015-03-06 11:36 PM, Ronit Halder wrote:
This is my semester project and Thanks.
Does it have to be a input driver? If you really want to impress your teacher and get a better mark,try writing a basic network or usb driver.
Except that an USB or at networking driver is a few orders of magnitude more difficult than an input driver.
While it would certainly be a wonderful achievement, it really is
not
reasonable to suggest that on this list.
Maxime It was only a suggestion. I didn't realize that was impolite on the list. I was seeing if I could help him get a better mark as sometimes in my experience they get bonus marks for writing more difficult programs in this case, more complex drivers. Sorry, Nick -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
participants (4)
-
Maxime Ripard -
Nicholas Krause -
nick -
Ronit Halder