Re: CE5 device driver in polling mode



Uh, that would be becuase there isn't any good documentation on polling.
Polling is just checking something periodically. It would be different
based on requirements.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"shiju" <mshiju@xxxxxxxxx> wrote in message
news:eTQ6CUxGHHA.1784@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
Could someone point me to a device driver in wince 5 that does polling
to access data from a device. I need to develop a i2c driver for a device
that does not have interrups. So I need to use polling mechanism in driver
to implement a driver for the device. I could not find any good document
on polling mode for device driver in PB document.
Thanks for your help.

THanks,
Shiju


.



Relevant Pages

  • tty_ldisc_try_get(): BUG kmalloc-8: Poison overwritten
    ... some sort of slab corruption going on in tty data structures: ... It's a single bit corruption - but the hardware in question has a ... 5f0878a: tty: Fix oops when scanning the polling list for kgdb ... # Generic Driver Options ...
    (Linux-Kernel)
  • Re: fxp0: device timeout | SCB already complete (me too)
    ... In my case, both the SCSI and NIC are integrated on the motherboard, so I ... Also, as I mentioned, I tried a de0 (PCI card, not onboard, and it ... > The boxes work just fine with the xl0 driver. ... This happens both with or without POLLING ...
    (freebsd-net)
  • RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song)
    ... Polling For 100 mbps Connections? ... >>from the network into the ethernet receiver. ... not in the ethernet driver code. ... >NetGear cards using the dc driver or DLink cards using the rl driver. ...
    (freebsd-questions)
  • Re: dummynet, em driver, device polling issues :-((
    ... i have been messing with the em driver now for over a month, ... >> We're using polling on nearly all the servers, ... As soon as I enable polling, ierrs on the em0 interface are ... > and did not support ipfw tables to lock out whole lists of IP ...
    (freebsd-net)
  • Re: Better polling solution in wince driver
    ... I am implementing a touchpad driver using polling mechanism. ... So the only way to get the data is to poll the device every fixed time interval. ... The answer to my question was to use Sleep() ...
    (microsoft.public.windowsce.platbuilder)