Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am newbee to USB driver development on linux flatform. Presently i am writing the USB driver for the gadget on device side, My host has compatable driver with ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    2

    how to Endpoint interrupt call trace

    Hi,
    I am newbee to USB driver development on linux flatform.

    Presently i am writing the USB driver for the gadget on device side, My host has compatable driver with resepect to the device.

    My device has 3 endpoints 1 interface, 3 end points are 1. Interrupt endpoint, Bulk IN and BULK OUT.
    Precondition : Enumaration was done properly, device driver loaded on host side.

    Now HOST is sending the interrupt on interrupt endpoint for that i need to reply with the 8-byte data to the host from device.
    I am unable to get how to send the data back on the interrupt endpoint, as unable to know interrupt came or not ? where i have to trace(which file) that interrupt came on interrupt endpoint.?

    Please can anybody suggest or give me a pointers file names which all i need to look into so that i can send back the data.

    Harsha S

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Please move this to the Linux Kernel forum since that is where you will get more help for kernel module and device driver development.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...