Solaris 11.2 does not assign serial port to 3g usb modem?

In ubuntu etopic i create this udev rules for prolink 3g usb modem:

SUBSYSTEM=="block",
SUBSYSTEM=="scsi",
ATTRS{idVendor}=="1e0e",
ATTRS{idProduct}=="f000",
ACTION=="add",
RUN+="/sbin/modprobe usbserial Vendor=0X1e0e Product=0Xf000"

After plugging the usb modem, ubuntu assigns the ports /dev/ttyUSB[0-2] to modem and pppd connect with these ports.
When i plug the this 3g usb modem in solaris 11.2 i didn't see any entry for this modem in /dev/cua and /dev/term, solaris 11.2 recognise the modem as usb storage and there is entry for it " 1e0e:f000" in /dev/usb.
please help me how i can get connected to my isp with this 3g usb modem in solaris 11.2?

Solaris Ready USB FAQ

i open the link but didn't get any idea how to solve the problem, and which faq is related to my problem.

If the device doesn't have a solaris driver, it's not going to work.

You can try:

update_drv -a -i "usb1e0e,f000" usbserial