Am Mittwoch 20 August 2008 12:18:04 schrieb Marcel Holtmann: > Hi Oliver, > > > this implements very simple power management for btusb. > > Comments? > > looks a little but too much. How so? > What are the semantics for usb_autopm_{get,put}_interface? Can we expect > to always get a suspend() and resume() callback? usb_autopm_get_interface() guarantees that after it returns successsfully the interface (and teh device with it) remains unautosuspended until you call usb_autopm_put_interface. The calls stack with a counter. You'll get a resume() callback only if the device was actually suspended. > So in open(), do we have to actually start the interrupt URB or can we > just wait for resume() to be happening? We have to start the URB. > I don't wanna misuse the *_RUNNING bits. They are only there to make > sure that we non re-submit the URBs. Do you suggest making a copy of these bits at suspend() time? Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html