Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2012-09-03 Thread Aleksander Morgado
On 10/04/2011 01:34 AM, Dan Williams wrote: I do see problems in both implementations, and I understand that the new one may be more complex, but trying to cope with the addition of 4G to the list is not an easy task, I would say. Yeah, I know. It would be good to check what modes the

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-17 Thread Aleksander Morgado
Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes() call. * Supported Modes: bitmask specifying which modes are supported by the

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-05 Thread Jason Glasgow
On Mon, Oct 3, 2011 at 7:34 PM, Dan Williams d...@redhat.com wrote: On Sat, 2011-10-01 at 15:45 +0200, Aleksander Morgado wrote: Hey hey, Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-05 Thread Dan Williams
On Wed, 2011-10-05 at 13:51 -0400, Jason Glasgow wrote: On Mon, Oct 3, 2011 at 7:34 PM, Dan Williams d...@redhat.com wrote: On Sat, 2011-10-01 at 15:45 +0200, Aleksander Morgado wrote: Hey hey, Supported and Allowed modes are modified to be bitmasks

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-05 Thread Jason Glasgow
Sure. I've forward this request, as well as a request for full documentation of all the $NW commands to Novatel. -Jason On Wed, Oct 5, 2011 at 3:06 PM, Dan Williams d...@redhat.com wrote: On Wed, 2011-10-05 at 13:51 -0400, Jason Glasgow wrote: On Mon, Oct 3, 2011 at 7:34 PM, Dan Williams

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-03 Thread Dan Williams
On Sat, 2011-10-01 at 15:45 +0200, Aleksander Morgado wrote: Hey hey, Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes()

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-10-01 Thread Aleksander Morgado
Hey hey, Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes() call. * Supported Modes: bitmask specifying which modes are

[PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-09-30 Thread Aleksander Morgado
Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes() call. * Supported Modes: bitmask specifying which modes are supported by the

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-09-30 Thread Thomas Bechtold
Hi Aleksander, the changes looking great. one question about the preferred mode (see below). On Fri, 2011-09-30 at 15:01 +0200, Aleksander Morgado wrote: Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-09-30 Thread Aleksander Morgado
Hey Thomas, Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes() call. * Supported Modes: bitmask specifying which modes

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-09-30 Thread Dan Williams
On Fri, 2011-09-30 at 15:01 +0200, Aleksander Morgado wrote: Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new PreferredMode property and as an extra argument to the SetAllowedModes() call. *