This instructions solved the issue for me on a Lenovo G50 + Mint Cinnamon 17
http://www.evilcodingmonkey.com/2014/01/23/ubuntu-activate-multi-touch-on-elantech/
Copy-paste (code typo fixed and a bit more of info added), as backup
First, if you aren't sure your computer was built with an Elantech
touchpad, open a terminal, and type the following:
cat /proc/bus/input/devices
You should find a block containing a line looking like this one, which confirms you are on an Elantech touchpad:
N: Name="ETPS/2 Elantech Touchpad"
or
N: Name="PS/2 Elantech Touchpad"
Download this archive (from Ubuntu's bug reporting page).
Open a terminal, and follow these steps (after step 4, you will have
no mouse at all):
cd ~/Downloads
sudo dkms ldtarball psmouse-elantech-x551c.tar.gz
sudo dkms install -m psmouse -v elantech-x551c
sudo rmmod psmouse
sudo modprobe psmouse
Enjoy multitouch!