diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-687997B5-BDFD-49D1-947B-4AB21C3AF58C.dita --- a/Symbian3/PDK/Source/GUID-687997B5-BDFD-49D1-947B-4AB21C3AF58C.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-687997B5-BDFD-49D1-947B-4AB21C3AF58C.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,23 +1,23 @@ - - - - - -The -Running ModelThis document describes the model by which a device driver handles -requests. -
-

Once a logical channel and a physical channel, if appropriate, have -been created and initialised, the driver is ready to handle requests.

On -the kernel-side, requests can be handled by one or more kernel-side threads, -allowing for rich and complex behaviour. Alternatively, if appropriate, a -request can be handled by code running in the context of the client user-side -thread, but running in supervisor mode.

There are two kinds of request, -synchronous and asynchronous.

+ + + + + +The +Running ModelThis document describes the model by which a device driver handles +requests. +
+

Once a logical channel and a physical channel, if appropriate, have +been created and initialised, the driver is ready to handle requests.

On +the kernel-side, requests can be handled by one or more kernel-side threads, +allowing for rich and complex behaviour. Alternatively, if appropriate, a +request can be handled by code running in the context of the client user-side +thread, but running in supervisor mode.

There are two kinds of request, +synchronous and asynchronous.

\ No newline at end of file