USB Interrupt Transfer.

Hi all,

I am developing a minidriver for USB Scanner. This scanner interrupts
when a push button is pressed on the scanner.

The problem is how will my minidriver can recognise this push buton
event? In the present implementation, we poll for the push button event
in minidriver. My target is to recignise the event without polling for
it.

One more question. Is there is any way by which I can register an ISR
(Interrupt Service Routine) or something similar to it with USB Kernel
driver (USBScan.sys) from my minidriver to recognise the interrupt
occurred?

Any pointers are hugely appreciated…

Thanks and Best Regards
Srinidhi Rao S
Robosoft Technologies.


Robosoft Technologies, Mangalore, India


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi Srinidhi,

Can you make the push button cause an interrupt to be fired off , which your
driver could respond to ?

Robert Fernando
Anite Telecoms Ltd
110 Fleet Road
Fleet
Hampshire GU51 4BL
United Kingdom
Tel: +44 (0) 1252 775200
Fax: +44 (0) 1252 775 321
Email: xxxxx@anitetelecoms.com

Anite Telecoms Limited Registered in England No. 1721900 Registered
Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
United Kingdom

-----Original Message-----
From: Srinidhi Rao S [mailto:xxxxx@robosoftin.com]
Sent: 04 May 2001 15:39
To: NT Developers Interest List
Subject: [ntdev] USB Interrupt Transfer.

Hi all,

I am developing a minidriver for USB Scanner. This scanner interrupts
when a push button is pressed on the scanner.

The problem is how will my minidriver can recognise this push buton
event? In the present implementation, we poll for the push button event
in minidriver. My target is to recignise the event without polling for
it.

One more question. Is there is any way by which I can register an ISR
(Interrupt Service Routine) or something similar to it with USB Kernel
driver (USBScan.sys) from my minidriver to recognise the interrupt
occurred?

Any pointers are hugely appreciated…

Thanks and Best Regards
Srinidhi Rao S
Robosoft Technologies.


Robosoft Technologies, Mangalore, India


You are currently subscribed to ntdev as: xxxxx@anitetelecoms.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

HI Srinidhi,
Do you use usbscan.sys to access the scanner?
my further question is based on your answer.

thanks

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Srinidhi Rao S
Sent: Friday, May 04, 2001 8:09 PM
To: NT Developers Interest List
Subject: [ntdev] USB Interrupt Transfer.

Hi all,

I am developing a minidriver for USB Scanner. This scanner interrupts
when a push button is pressed on the scanner.

The problem is how will my minidriver can recognise this push buton
event? In the present implementation, we poll for the push button event
in minidriver. My target is to recignise the event without polling for
it.

One more question. Is there is any way by which I can register an ISR
(Interrupt Service Routine) or something similar to it with USB Kernel
driver (USBScan.sys) from my minidriver to recognise the interrupt
occurred?

Any pointers are hugely appreciated…

Thanks and Best Regards
Srinidhi Rao S
Robosoft Technologies.


Robosoft Technologies, Mangalore, India


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com