mkotsbak / Samsung-GT-B3730-linux-driver

USB network interface driver for Samsung Kalmia based USB LTE modems like GT-B3730 / GT-B3710 / GT-B3740
6 stars 3 forks source link

Switching inside driver module #19

Open mkotsbak opened 13 years ago

mkotsbak commented 13 years ago

Try to add switching from USB drive to modem inside the driver module. This removes the dependency on usb_modeswitch, that in latest version is not working. This behavior should be controlable by an option at compile time and/or module parameter.

mkotsbak commented 13 years ago

Started implementation in branch "topic/do_modeswitch_internally", but does not work yet.