ofono/drivers/ifxmodem
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
..
audio-settings.c ifxmodem: Remove audio settings mode handling 2012-02-10 10:04:34 +01:00
ctm.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
ifxmodem.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
ifxmodem.h drivers: Update copyright information 2011-10-10 13:39:48 -07:00
radio-settings.c ifxmodem: Remove atom if driver fails to init 2012-03-26 16:50:46 -05:00
stk.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
voicecall.c ifxmodem: Use g_slist_free_full 2016-04-22 15:21:11 -05:00