Device Driver problem

2016-08-29 Thread Gurpartap Singh
I am using Quectel gsm module on Arm board from olimex. While attaching the Device via USB, dmesg shows following: *qmi_wwan 2-1:1.0: not on our whitelist - ignored* *what does it mean?* ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org htt

Re: Device Driver problem

2016-08-30 Thread Gurpartap Singh
Thanks for quick reply... I am using kernel version 3.4.103 and Sorry for little information provided ! On Tue, Aug 30, 2016 at 1:41 PM, wrote: > On Tue, 30 Aug 2016 11:59:57 +0530, Gurpartap Singh said: > > > I am using Quectel gsm module on Arm board from olimex. While att

Problem in notifier chain for net device

2016-09-16 Thread Gurpartap Singh
static int edal_netdevice_event(struct notifier_block *this, unsigned long event, void *ptr) { struct net_device *dev = netdev_notifier_info_to_dev(ptr); // struct net_device *dev = NULL; // dev = ptr; switch (event) { case NETDEV_REGISTER: