~ubuntu-branches/ubuntu/edgy/hwinfo/edgy

« back to all changes in this revision

Viewing changes to src/isdn/cdb/isdn_cdb_def.h

  • Committer: Bazaar Package Importer
  • Author(s): James Vega
  • Date: 2006-09-28 20:56:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060928205606-bgxl69hts04xbx51
Tags: 13.4-1
* New upstream version.
* Switch from dbs to quilt
  - Revamp debian/rules
  - Add quilt and remove dbs from Build-Depends in debian/control
* Remove reference to hwscan(8) from manpage. (closes: #388245)
* Re-wrote manpage from scratch.  Drop docbook-to-man from Build-Depends.
* Remove NEWS.Debian since it is no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef ISDN_CDB_DEF
 
2
#define ISDN_CDB_DEF
 
3
 
 
4
enum {
 
5
        vendor,
 
6
        device,
 
7
        vendor_id,
 
8
        device_id,
 
9
        subvendor_id,
 
10
        subdevice_id,
 
11
        revision,
 
12
        device_class,
 
13
        bus_type,
 
14
        vario,
 
15
        SMP,
 
16
        drv_id,
 
17
        drv_subtyp,
 
18
        drv_typ,
 
19
        interface,
 
20
        line_cnt,
 
21
        line_protocol,
 
22
        module,
 
23
        need_packages,
 
24
        supported,
 
25
        feature,
 
26
        info,
 
27
        special,
 
28
        firmware,
 
29
        short_description,
 
30
        IRQ,
 
31
        IO,
 
32
        MEMBASE,
 
33
        alternative_name,
 
34
};
 
35
 
 
36
extern void add_current_item(int, char *);
 
37
extern int new_entry(void);
 
38
 
 
39
#endif /* ISDN_CDB_DEF */