ofono/drivers/atmodem
Matthijs Kooijman 8d690efa83 at/cdma/ifxmodem: Use /dev/net/tun to check for TUN support
Previously, these drivers would check /sys/devices/virtual/misc/tun to
see if TUN is supported, and bail out otherwise. However, the tun module
can sometimes be autoloaded by opening the /dev/net/tun file. In this
case the /dev file already exists, but the /sys file only gets created
after the modul is loaded.

Additionally, the ppp code does not use the /sys file, but only the
/dev file, so checking for the existence of the latter seems a better
indicator of expected success.
2017-08-22 23:24:59 -05:00
..
atmodem.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
atmodem.h drivers: Update copyright information 2011-10-10 13:39:48 -07:00
atutil.c atmodem: Update parse_clcc utility function 2013-09-12 13:17:39 -05:00
atutil.h atmodem: Update parse_clcc utility function 2013-09-12 13:17:39 -05:00
call-barring.c atmodem: remove pending idle callbacks at removal 2012-12-04 23:48:14 -06:00
call-forwarding.c atmodem: remove pending idle callbacks at removal 2012-12-04 23:48:14 -06:00
call-meter.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
call-settings.c atmodem: remove pending idle callbacks at removal 2012-12-04 23:48:14 -06:00
call-volume.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
cbs.c atmodem: Re-work the CBS driver 2012-12-04 23:47:58 -06:00
devinfo.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
gnss.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
gprs-context.c at/cdma/ifxmodem: Use /dev/net/tun to check for TUN support 2017-08-22 23:24:59 -05:00
gprs.c atmodem: Fix missing break statement for ublox driver 2017-07-11 10:42:59 -07:00
network-registration.c atmodem: add support for U-Blox TOBY L2 modems 2016-03-16 13:15:08 -05:00
phonebook.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
sim-auth.c atmodem: remove pending idle callbacks at removal 2012-12-04 23:48:14 -06:00
sim.c atmodem: Change query_locked to query_facility_lock 2016-04-27 11:04:43 -05:00
sms.c atmodem: Fix SMS reception for Gemalto modems 2017-04-21 11:02:05 -05:00
stk.c atmodem: remove pending idle callbacks at removal 2012-12-04 23:48:14 -06:00
stk.h drivers: Update copyright information 2011-10-10 13:39:48 -07:00
ussd.c atmodem: Remove ussd atom in case we fail to init 2012-04-16 13:15:52 -05:00
vendor.h atmodem: add vendor enumeration for ublox toby 2016-03-10 08:04:58 -06:00
voicecall.c atmodem: use g_slist_free_full 2016-04-22 15:20:11 -05:00