Discussion:
[Bitpim-devel] Re: [bitpim-cvs-checkins] bitpim com_samsung.py,1.32,1.33
Roger Binns
2005-01-03 04:42:25 UTC
Permalink
+ # switch mode before getting into the file system
+ self.setmode(self.MODEBREW)
+ return com_brew.BrewProtocol.getfilesystem(self, dir, recurse)
+ # should we return to mode modem here ??
That isn't necessary. All the functions in com_brew including
getfilesystem ultimately call sendbrewcommand which does ensure
that the mode is MODEBREW.

Roger

Loading...