~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-proposed

« back to all changes in this revision

Viewing changes to sap/sap.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-28 16:47:35 UTC
  • mfrom: (1.1.34 upstream) (6.3.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110728164735-f34luwrarv52mhlq
Tags: 4.95-0ubuntu1
* New upstream release.
* Resynchronize with Debian unstable, remaining changes:
  - debian/source_bluez.py, debian/bluez.install:
    + apport hook made by Baptiste Mille-Mathias.
  - debian/rules: don't use simple-patchsys.
  - debian/source/format: use source format 3.0.
  - debian/patches/pkg-config-install-paths.patch: install bluez-alsa plugin
    to the multiarch path, now that alsa-lib has transitioned.
* debian/patches/02_disable_hal.patch: refreshed.
* debian/patches/pkg-config-install-paths.patch: refreshed.
* debian/control, debian/rules: run autoreconf when building as required by
  pkg-config-install-paths.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        struct sap_parameter param[0];
85
85
} __attribute__((packed));
86
86
 
87
 
enum {
88
 
        ICC_READER_UNSPECIFIED_ERROR, /* No further information available */
89
 
        ICC_READER_NOT_PRESENT,       /* Card Reader removed or not present */
90
 
        ICC_READER_BUSY,              /* Card Reader in use */
91
 
        ICC_READER_CARD_POWERED_ON,   /* Card in reader and is powered on */
92
 
        ICC_READER_DEACTIVATED,       /* Card Reader deactivated */
93
 
        ICC_READER_CARD_POWERED_OFF,  /* Card in reader, but powered off */
94
 
        ICC_READER_NO_CARD,           /* No card in reader */
95
 
        ICC_READER_LAST
96
 
};
97
 
 
98
87
#define SAP_BUF_SIZE            512
99
88
#define SAP_MSG_HEADER_SIZE     4
100
89