Compile under Linux (Ubuntu)

Hi suneandersen,

The driver version you are using is outdated, please refer to QMI driver history:
http://source.sierrawireless.com/resources/airprime/software/usb-drivers-linux-qmi-software-history-item/

If possible, please try the latest one available which should give you less error.
The remaining error was because of kernel change in 3.19, which was fixed in upcoming driver.

If you want, you can change manually below in QMIDevice.c (S2.24N2.33) to solve the compile issue:

pFilp->f_op = pFilp->f_dentry->d_inode->i_fop;
   to
pFilp->f_op = pFilp->f_path.dentry->d_inode->i_fop;

Also seems like inappropriate section, it should be under “MC/EM Series”.
Hope it helps.
Thx