|
18 | 18 | xmlns:xlink="http://www.w3.org/1999/xlink" |
19 | 19 | xmlns:trans="http://docbook.org/ns/transclusion"> |
20 | 20 | <info> |
21 | | - <title>Concept</title><!-- can be changed via merge in the assembly --> |
| 21 | + <title>Creating custom dirvers</title><!-- can be changed via merge in the assembly --> |
22 | 22 | <!--add author's email address--> |
23 | | - <meta name="maintainer" content="" its:translate="no"/> |
| 23 | + < meta name= "maintainer" content= "[email protected]" its:translate= "no"/> |
24 | 24 | <abstract><!-- can be changed via merge in the assembly --> |
25 | 25 | <para> |
26 | | - Introductory text |
| 26 | + The topic serves as a link to the SolidDriver Program description. |
27 | 27 | </para> |
28 | 28 | </abstract> |
29 | 29 | </info> |
30 | | - <section xml:id="concept-example-what-is"> |
31 | | - <title>What is foo bar?</title> |
32 | | - <para> |
33 | | - A paragraph of text, answering the question above and explaining the |
34 | | - aim/function of foo bar. |
35 | | - </para> |
36 | | - </section> |
37 | | - <section xml:id="concept-example-how-it-works"> |
38 | | - <title>How does foo bar work?</title> |
39 | | - <para> |
40 | | - A paragraph of text, answering the question above and explaining the |
41 | | - mechanism behind foo bar. |
42 | | - </para> |
43 | | - <figure xml:id="fig-one"> |
44 | | - <title>A figure</title> |
45 | | - <mediaobject> |
46 | | - <imageobject role="html"> |
47 | | - <imagedata fileref="example.png"/> |
48 | | - </imageobject> |
49 | | - <imageobject role="fo"> |
50 | | - <imagedata fileref="example.png" width="85%"/> |
51 | | - </imageobject> |
52 | | - </mediaobject> |
53 | | - </figure> |
54 | | - </section> |
55 | | - <section xml:id="concept-example-benefits"> |
56 | | - <title>Benefits of foo bar</title> |
57 | | - <para> |
58 | | - A paragraph of text, pointing out the benefits of foo bar. |
59 | | - </para> |
60 | | - </section> |
| 30 | + <para> |
| 31 | +Installing third-party hardware drivers into a mission-critical environment can be a source of significant concern, from ensuring compatibility to guaranteeing support. The &suse; SolidDriver Program directly addresses these challenges by creating a standardized framework for our hardware partners. This ensures that kernel drivers are delivered in a uniform, proven, and reliable manner, giving customers the confidence to integrate the latest technology into their &sle;. |
| 32 | + </para> |
| 33 | + <para> |
| 34 | + For a detailed description of the &suse; SolidDriver Program refer to the <link |
| 35 | + xlink:href="https://drivers.suse.com/doc/SolidDriver/index.html">official documentation of the |
| 36 | + program</link>. |
| 37 | + </para> |
61 | 38 | </topic> |
0 commit comments