X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fisdn%2FINTERFACE;h=5df17e5b25c85f5fd9b808558a2f177be2aac4fa;hb=746550cff061581f89c687ada8523670768364f2;hp=3b56e226f4e93e27f6c1c1725f75a6def109b7d0;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/Documentation/isdn/INTERFACE b/Documentation/isdn/INTERFACE index 3b56e226f..5df17e5b2 100644 --- a/Documentation/isdn/INTERFACE +++ b/Documentation/isdn/INTERFACE @@ -412,30 +412,6 @@ Description of the Interface between Linklevel and Hardwarelevel Returnvalue: current protocol-Id (one of the constants ISDN_L3_PROTO) - ISDN_CMD_LOCK: - - With this command the HL-driver is told, that it will be used by the - LL and therefore may not be unloaded. The HL-driver should use - MOD_INC_USE_COUNT to tell that to the kernel. - - Parameter: - driver = driver-Id. - command = ISDN_CMD_LOCK - arg = unused. - parm = unused. - - ISDN_CMD_UNLOCK: - - With this command the HL-driver is told, that it is no more used by the - LL and therefore may be unloaded. The HL-driver should use - DEC_INC_USE_COUNT to tell that to the kernel. - - Parameter: - driver = driver-Id. - command = ISDN_CMD_UNLOCK - arg = unused. - parm = unused. - ISDN_CMD_PROCEED: With this command, the HL-driver is told to proceed with a incoming call.