Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-23 Thread Gal Shalif
The following was used to switch the Novatel USB730L from user mode (product ID 0x9030) into enterprise mode (product ID 0x9032): * Tested with Linux kernel 3.14.15 on a 32bit ARM machine (kernel is compiled without IPV6) and with static HID driver * Kernel patches 1: ignore HID interface of Novate

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-24 Thread Oliver Neukum
Am Dienstag, den 24.10.2017, 00:56 +0300 schrieb Gal Shalif: > The following was used to switch the Novatel USB730L from user mode > (product ID 0x9030) into enterprise mode (product ID 0x9032): > * Tested with Linux kernel 3.14.15 on a 32bit ARM machine (kernel is > compiled without IPV6) and with

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-24 Thread Gal Shalif
The option driver is compiled as a module. The option driver patch, and other related patches are listed within my previous email: > On 24/10/17 00:56, Gal Shalif wrote: The following was used to switch the Novatel USB730L from user mode (product ID 0x9030) into enterprise mode (product ID 0x903

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-25 Thread Oliver Neukum
Am Dienstag, den 24.10.2017, 23:17 +0300 schrieb Gal Shalif: > The option driver is compiled as a module. > The option driver patch, and other related patches are listed within > my previous email: Hi, but you are adding the device unconditionally to the HID blacklist. Thus the HID part becomes u

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-25 Thread Bjørn Mork
Oliver Neukum writes: > Am Dienstag, den 24.10.2017, 23:17 +0300 schrieb Gal Shalif: >> The option driver is compiled as a module. >> The option driver patch, and other related patches are listed within >> my previous email: > > Hi, > > but you are adding the device unconditionally to the HID blac

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-25 Thread Bjørn Mork
Gal Shalif writes: > Bjoren> You can always unbind the driver, right? And usb_modeswitch will > even do it for you. > I'm not a USB mode switch expert, so please explain what is the mode switch > file that you suggest. > > As I already said before - my kernel configuration will not allow a USB >

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-30 Thread Gal Shalif
ta ) Sub=00 Prot=00 Driver=rndis_host I: If#= 2 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid I: If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option Reference - patches: ============ >Subject: Re: [PATCH] rndis_host: support Novatel Verizon USB730L — L

Re: [PATCH] rndis_host: support Novatel Verizon USB730L — Linux USB

2017-10-30 Thread Johan Hovold
On Mon, Oct 30, 2017 at 11:38:34AM +, Gal Shalif wrote: > The following was used to switch the Novatel USB730L from user mode > (product ID 0x9030) to enterprise mode (product ID 0x9032): > > > * Kernel patche: add Novatel USB730L enterprise mode serial interface > > $ git show 9bacb30