aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/isdn/README.gigaset23
1 files changed, 22 insertions, 1 deletions
diff --git a/Documentation/isdn/README.gigaset b/Documentation/isdn/README.gigaset
index 02c0e9341dd8..f6e9eaa75967 100644
--- a/Documentation/isdn/README.gigaset
+++ b/Documentation/isdn/README.gigaset
@@ -192,7 +192,6 @@ GigaSet 307x Device Driver
192 192
1932.6. M105 Undocumented USB Requests 1932.6. M105 Undocumented USB Requests
194 ------------------------------ 194 ------------------------------
195
196 The Gigaset M105 USB data box understands a couple of useful, but 195 The Gigaset M105 USB data box understands a couple of useful, but
197 undocumented USB commands. These requests are not used in normal 196 undocumented USB commands. These requests are not used in normal
198 operation (for wireless access to the base), but are needed for access 197 operation (for wireless access to the base), but are needed for access
@@ -204,6 +203,20 @@ GigaSet 307x Device Driver
204 M105, try setting that option to "y" via 'make {x,menu}config' and 203 M105, try setting that option to "y" via 'make {x,menu}config' and
205 recompiling the driver. 204 recompiling the driver.
206 205
2062.7. Unregistered Wireless Devices (M101/M105)
207 -----------------------------------------
208 The main purpose of the ser_gigaset and usb_gigaset drivers is to allow
209 the M101 and M105 wireless devices to be used as ISDN devices for ISDN
210 connections through a Gigaset base. Therefore they assume that the device
211 is registered to a DECT base.
212
213 If the M101/M105 device is not registered to a base, initialization of
214 the device fails, and a corresponding error message is logged by the
215 driver. In that situation, a restricted set of functions is available
216 which includes, in particular, those necessary for registering the device
217 to a base or for switching it between Fixed Part and Portable Part
218 modes. For the M105, these commands require the "Support for undocumented
219 USB requests" configuration option (see section 2.6.) to be enabled.
207 220
2083. Troubleshooting 2213. Troubleshooting
209 --------------- 222 ---------------
@@ -240,6 +253,14 @@ GigaSet 307x Device Driver
240 Recompile the usb_gigaset driver with the kernel configuration option 253 Recompile the usb_gigaset driver with the kernel configuration option
241 CONFIG_GIGASET_UNDOCREQ set to 'y'. (see section 2.6.) 254 CONFIG_GIGASET_UNDOCREQ set to 'y'. (see section 2.6.)
242 255
256 Problem:
257 Messages like this:
258 usb_gigaset 3-2:1.0: Could not initialize the device.
259 appear in your syslog.
260 Solution:
261 Check whether your M10x wireless device is correctly registered to the
262 Gigaset base. (see section 2.7.)
263
2433.2. Telling the driver to provide more information 2643.2. Telling the driver to provide more information
244 ---------------------------------------------- 265 ----------------------------------------------
245 Building the driver with the "Gigaset debugging" kernel configuration 266 Building the driver with the "Gigaset debugging" kernel configuration