Re: [linux-usb-devel] current state of USB SUSPEND?

2007-04-20 Thread Sven Anders
re you using the input layer for this? Regards Sven -- Sven Anders <[EMAIL PROTECTED]> () Ascii Ribbon Campaign /\ Support plain text e-mail ANDURAS service solutions AG Innstraße 71 - 94036 Passau - Germany Web: www.anduras.

[linux-usb-devel] Events between USB drivers?

2007-04-20 Thread Sven Anders
, this will be a problem too... Regards Sven -- Sven Anders <[EMAIL PROTECTED]> () Ascii Ribbon Campaign /\ Support plain text e-mail ANDURAS service solutions AG Innstraße 71 - 94036 Passau - Germany Web: www.anduras.de

Re: [linux-usb-devel] current state of USB SUSPEND?

2007-04-20 Thread Sven Anders
David Brownell schrieb: > On Friday 20 April 2007 12:53 am, Oliver Neukum wrote: >> Am Freitag, 20. April 2007 09:46 schrieb Sven Anders: >>> Oliver Neukum schrieb: >>>> Am Mittwoch, 18. April 2007 13:22 schrieb Jeroen Janssen: >>>>> Hello, >>>

Re: [linux-usb-devel] current state of USB SUSPEND?

2007-04-20 Thread Sven Anders
. > > It basically works, but is supported in few drivers. Is there a list of the supported drivers? ...and I would need a documentation what to do to integrate support, if it's not done already. Where can I find it? Regards Sven -- Sven Anders <[EMAIL PROTE

Re: [linux-usb-devel] Thoughts on a new driver

2007-02-19 Thread Sven Anders
I do not know of any osx sniffers, sorry. > > Anyone else? Hello, I think there is only a special kernel extension needed. Here'll you find it: http://developer.apple.com/hardwaredrivers/download/usbdebug.html I haven't tested it myself, but I will try it the next days.. Ple

Re: [linux-usb-devel] USB interrupt URB programming question

2007-02-16 Thread Sven Anders
Oliver Neukum schrieb: > Am Freitag, 16. Februar 2007 18:58 schrieb Sven Anders: >> Variant 1: >> If the completion handler decides, that there is no finger on the touchpad >> any more, it does not call usb_submit_urb() again. The completion handler >> stops. Via an k

Re: [linux-usb-devel] USB interrupt URB programming question

2007-02-16 Thread Sven Anders
Alan Stern schrieb: > On Thu, 15 Feb 2007, Sven Anders wrote: > >> I tried to stop resubmitting (by NOT calling "usb_submit_urb" again) and I >> hoped the the interrupt handler will continue when the touchpad is pressed >> again, but it does not work. > &

Re: [linux-usb-devel] USB interrupt URB programming question

2007-02-15 Thread Sven Anders
hpad is touch, I can reduce the interval to the normal settings. > Does the touchpad use the HID protocol? If it does, did you remember to > send a Set-Idle request to prevent the device from sending any data when > no events have occurred? I will check! For explanation: I want this

Re: [linux-usb-devel] USB interrupt URB programming question

2007-02-15 Thread Sven Anders
Oliver Neukum schrieb: > Am Donnerstag, 15. Februar 2007 10:27 schrieb Sven Anders: >> My problem is: If I decide (upon the data I received from the touchpad), that >> there isn't a finger any longer on the pad, I want to stop the calling of the >> 'atp_comple

Re: [linux-usb-devel] USB interrupt URB programming question

2007-02-15 Thread Sven Anders
Hello Alan! On Wed, 14 Feb 2007, Sven Anders wrote: >> After I called >> usb_fill_int_urb(dev->urb, udev, >> usb_rcvintpipe(udev, int_in_endpointAddr), >> dev->data, dev->datalen, atp_complete, dev, 1);

[linux-usb-devel] USB interrupt URB programming question

2007-02-13 Thread Sven Anders
function, it stops. But it does not wait (as the first time) to restart the transfer. Is it possible to let the USB device restart the transfer after I touched the pad again? Any trick to archive this? Do I have to reinit the device? And help appreciated! Thanks in advance, Regards Sven --