#define MSS_V3_IOCTL_MAGIC 'M' #define MSS_V3_SET_CHAN_MODE _IOW(MAGIC, 1, int) #define MSS_V3_GET_STATS _IOR(MAGIC, 2, struct mss_stats) #define MSS_V3_TRIGGER_CRASH _IO(MAGIC, 3)
ls -l /dev/umts_* dmesg | grep -i mss
MSS v3 modem driver design balances high-throughput data handling, robust firmware management, power efficiency, and secure operation. Following the architecture and practices above supports reliable integration of Samsung modem subsystems into Android platforms and eases certification and maintenance. samsung android modem device driver -mss ver.3-