Re: [linux-usb-devel] Gadgetfs: ep file_operations not changed in deferred config case

2007-01-04 Thread David Brownell
On Thursday 04 January 2007 4:17 am, Phil Endecott wrote: > > >> I am unsure about what should happen to the endpoint configurations > >> during DISCONNECT/CONNECT, especially if the speed changes. > > What was intended to happen to a configuration loaded before > connection, after disconnecti

Re: [linux-usb-devel] Gadgetfs: ep file_operations not changed in deferred config case

2007-01-04 Thread Phil Endecott
David Brownell wrote: > On Tuesday 02 January 2007 11:04 am, Phil Endecott wrote: >> Dear All, >> >> I may have found a problem with 'deferred configuration' mode in >> gadgetfs. Or, more likely, I have misunderstood something or found an >> error that you already know about... >> >> Normally,

Re: [linux-usb-devel] Gadgetfs: ep file_operations not changed in deferred config case

2007-01-03 Thread David Brownell
On Tuesday 02 January 2007 11:04 am, Phil Endecott wrote: > Dear All, > > I may have found a problem with 'deferred configuration' mode in > gadgetfs. Or, more likely, I have misunderstood something or found an > error that you already know about... > > Normally, activate_ep_files() creates in

[linux-usb-devel] Gadgetfs: ep file_operations not changed in deferred config case

2007-01-02 Thread Phil Endecott
Dear All, I may have found a problem with 'deferred configuration' mode in gadgetfs. Or, more likely, I have misunderstood something or found an error that you already know about... Normally, activate_ep_files() creates inodes for the per-endpoint files with f_op set to ep_config_operations.