> > Whey did you get rid of the poll- vs interrupt-driven operation in > > pms_setintellimode()? It is necessary for proper suspend/resume > > operation. > > > In original pms_intelli.c function pmsi_setintellimode() > called with the poll = 1 only in pmsiprobe() and pmsiattach(). > In pmsi_change_state() poll = 0. > > In new pms/pmsi function pms_setintellimode() called only in > pms_change_state(). That's why.
Oh, right. For some reason I though you had kept the polling mode and not the queueing mode. Diff commited. Thanks! Miod
