From 74e99ccfbafa67bb5e23b77dc1d024a855f5edf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 24 Nov 2014 13:15:33 +0100 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f6d80..b5f880a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dell Latitude E5*50 laptops could have a "Dell Wireless 5809e Gobi™ 4G LTE Mob | ID | 413c:81b1 | | Kernel module | qcserial | -The device id of this Gobi™ module is still missing from the ```qcserial``` devices table, so I created a udev rule which loads the ```qcserial``` module, switchs the ```bConfigurationValue``` from 2 to 1** and add the new device id ```413c:81b1``` to the ```qcserial``` driver. +The device id of this Gobi™ module is still missing from the ```qcserial``` devices table, so I created a udev rule which loads the ```qcserial``` module, switchs the ```bConfigurationValue``` from 2 to 1** and adds the new device id ```413c:81b1``` to the ```qcserial``` driver. ** By default the device is loaded in the ```cdc_mbim``` mode (see https://www.kernel.org/doc/Documentation/networking/cdc_mbim.txt) instead in the classic serial modem mode.