~ubuntu-branches/ubuntu/trusty/libconfig-model-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/t6963.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2013-05-26 12:40:30 UTC
  • mfrom: (1.3.61)
  • Revision ID: package-import@ubuntu.com-20130526124030-nfmm6ejhjubovp7v
Tags: 2.036-1
[ gregor herrmann ]
* Add =encoding to POD in dh_config_model_upgrade.

[ Dominique Dumont ]
* Imported Upstream version 2.036
  * config-edit: added deprecation warning
  * Value: fix pod doc error in L<> (Closes: #709784)
  * Node::load_data: use a predictable order to accept elements.
    This change fixes the test failure in t/backend_ini.t
    (Closes: #709785)
  * make t/pod.t run only when AUTHOR_TESTING is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    'class_description' => 'generated from LCDd.conf',
13
13
    'name' => 'LCDd::t6963',
14
14
    'element' => [
15
 
      'bidirectional',
16
 
      {
17
 
        'value_type' => 'enum',
18
 
        'upstream_default' => 'yes',
19
 
        'type' => 'leaf',
20
 
        'description' => 'Use LPT port in bi-directional mode. This should work on most LPT port and
21
 
is required for proper timing! ',
22
 
        'choice' => [
23
 
          'yes',
24
 
          'no'
25
 
        ]
26
 
      },
27
15
      'ClearGraphic',
28
16
      {
29
17
        'value_type' => 'enum',
35
23
          'no'
36
24
        ]
37
25
      },
 
26
      'Port',
 
27
      {
 
28
        'value_type' => 'uniline',
 
29
        'upstream_default' => '0x378',
 
30
        'type' => 'leaf',
 
31
        'description' => 'port to use '
 
32
      },
38
33
      'Size',
39
34
      {
40
35
        'value_type' => 'uniline',
42
37
        'type' => 'leaf',
43
38
        'description' => 'set display size in pixels '
44
39
      },
 
40
      'bidirectional',
 
41
      {
 
42
        'value_type' => 'enum',
 
43
        'upstream_default' => 'yes',
 
44
        'type' => 'leaf',
 
45
        'description' => 'Use LPT port in bi-directional mode. This should work on most LPT port and
 
46
is required for proper timing! ',
 
47
        'choice' => [
 
48
          'yes',
 
49
          'no'
 
50
        ]
 
51
      },
45
52
      'delayBus',
46
53
      {
47
54
        'value_type' => 'enum',
52
59
          'yes',
53
60
          'no'
54
61
        ]
55
 
      },
56
 
      'Port',
57
 
      {
58
 
        'value_type' => 'uniline',
59
 
        'upstream_default' => '0x378',
60
 
        'type' => 'leaf',
61
 
        'description' => 'port to use '
62
62
      }
63
63
    ]
64
64
  }