~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to libusb/doc/manual.sgml

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
2
 
 
3
 
<!ENTITY intro SYSTEM "intro.sgml">
4
 
<!ENTITY api SYSTEM "api.sgml">
5
 
<!ENTITY functions SYSTEM "functions.sgml">
6
 
<!ENTITY examples SYSTEM "examples.sgml">
7
 
 
8
 
<!-- I'm lazy -->
9
 
<!ENTITY usb "<acronym>USB</acronym>">
10
 
]>
11
 
 
12
 
<book id="manual">
13
 
  <title>libusb Developers Guide</title>
14
 
  <bookinfo>
15
 
    <author>
16
 
      <firstname>Johannes</firstname>
17
 
      <surname>Erdfelt</surname>
18
 
    </author>
19
 
    <affiliation>
20
 
      <address><email>johannes@erdfelt.com</email></address>
21
 
    </affiliation>
22
 
 
23
 
    <revhistory>
24
 
      <revision>
25
 
        <revnumber>0.3</revnumber>
26
 
        <date>June 28, 2002</date>
27
 
        <authorinitials>jerdfelt</authorinitials>
28
 
        <revremark>More cleanups. Add the rest of the API and clean up some places. Add some examples. Hopefully, this should document the entire 0.1 API now.</revremark>
29
 
      </revision>
30
 
 
31
 
      <revision>
32
 
        <revnumber>0.2</revnumber>
33
 
        <date>June 11, 2002</date>
34
 
        <authorinitials>jerdfelt</authorinitials>
35
 
        <revremark>Cleanup, update for all of the changes that have happened in the last couple of months.</revremark>
36
 
      </revision>
37
 
 
38
 
      <revision>
39
 
        <revnumber>0.1</revnumber>
40
 
        <date>August 26, 2001</date>
41
 
        <authorinitials>jerdfelt</authorinitials>
42
 
        <revremark>First stab.</revremark>
43
 
      </revision>
44
 
    </revhistory>
45
 
 
46
 
    <keywordset>
47
 
      <keyword>libusb</keyword>
48
 
    </keywordset>
49
 
  </bookinfo>
50
 
 
51
 
  <preface id="preface">
52
 
    <title>Preface</title>
53
 
 
54
 
    <abstract>
55
 
      <simpara>This document's purpose is to explain the API for libusb and how to use it to make a &usb; aware application</simpara>
56
 
      <simpara>Any suggestions, corrections and comments regarding this document can be sent to the author: <ulink url="mailto:johannes@erdfelt.com">Johannes Erdfelt</ulink> or the <ulink url="mailto:libusb-devel@lists.sourceforge.net">libusb developers mailing list</ulink>.</simpara>
57
 
    </abstract>
58
 
  </preface>
59
 
 
60
 
  <part id="intro">
61
 
&intro;
62
 
  </part>
63
 
 
64
 
  <part id="api">
65
 
&api;
66
 
  </part>
67
 
 
68
 
  <part id="functions">
69
 
&functions;
70
 
  </part>
71
 
 
72
 
  <part id="examples">
73
 
&examples;
74
 
  </part>
75
 
</book>