USB: change interface to usb_lock_device_for_reset()

2009-01-08 Thread Mauro Carvalho Chehab
...@rowland.harvard.edu Date: Tue Nov 4 11:29:27 2008 -0500 USB: change interface to usb_lock_device_for_reset() This patch (as1161) changes the interface to usb_lock_device_for_reset(). The existing interface is apparently not very clear, judging from the fact that several of its callers don't

Re: USB: change interface to usb_lock_device_for_reset()

2009-01-08 Thread Mike Isely
st...@rowland.harvard.edu Date: Tue Nov 4 11:29:27 2008 -0500 USB: change interface to usb_lock_device_for_reset() This patch (as1161) changes the interface to usb_lock_device_for_reset(). The existing interface is apparently not very clear, judging from the fact

Re: USB: change interface to usb_lock_device_for_reset()

2009-01-08 Thread Mauro Carvalho Chehab
On Thu, 8 Jan 2009 22:28:18 -0600 (CST) Mike Isely is...@isely.net wrote: On Thu, 8 Jan 2009, Mike Isely wrote: On Thu, 8 Jan 2009, Mauro Carvalho Chehab wrote: Hi Mike, There were an upstream change usb_lock_device_for_reset() that touched on pvrusb2 driver. I didn't

Re: USB: change interface to usb_lock_device_for_reset()

2009-01-08 Thread Mike Isely
On Fri, 9 Jan 2009, Mauro Carvalho Chehab wrote: On Thu, 8 Jan 2009 22:28:18 -0600 (CST) Mike Isely is...@isely.net wrote: On Thu, 8 Jan 2009, Mike Isely wrote: On Thu, 8 Jan 2009, Mauro Carvalho Chehab wrote: Hi Mike, There were an upstream change