atmodem: add vendor enumeration for ublox toby

Required to differentiate between the old LISA family
of supported devices and future TOBY L2 devices.
This commit is contained in:
Dragos Tatulea 2016-03-09 16:44:45 +01:00 committed by Denis Kenzior
parent 126b0424d3
commit cf13dcf4a6
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ enum ofono_vendor {
OFONO_VENDOR_ALCATEL,
OFONO_VENDOR_QUECTEL,
OFONO_VENDOR_UBLOX,
OFONO_VENDOR_UBLOX_TOBY_L2,
OFONO_VENDOR_CINTERION,
};