RE: Simple USB mouse driver.

2009-07-23 Thread srinivas.ramana
Hi, There is a very simple USB mouse driver in HID. May be you can check that too..! drivers\hid\usbhid\usbmouse.c Thanks & Regards, -- Srinivas R -Original Message- From: kernelnewbies-bou...@nl.linux.org [mailto:kernelnewbies-bou...@nl.linux.org] On Behalf Of Quentin Carbonn

Re: Simple USB mouse driver.

2009-07-20 Thread Quentin Carbonneaux
Hi, I'm currently working on a the driver appletouch.c (can be found in drivers/input/mouse/) it's quite clear and uses USB interrupts. Irecommand you to read this. Moreover the chapter about USB devices in LDD can give you informations on USB interrupts messages (how to submit URBs etc ).

Simple USB mouse driver.

2009-07-20 Thread Vipul Jain
Hi All, I am looking for some documentation and or skeleton code for USB mouse driver. I have went through couple for documents and books likes LDD3 and Essential Linux Device Driver but they all talk about USB bulk drivers. I am more interested in code that talks about initialization of