~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to src/tspi/tsp_caps.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                default:
140
140
                        return TSPERR(TSS_E_BAD_PARAMETER);
141
141
                }
 
142
                break;
142
143
        case TSS_TSPCAP_MANUFACTURER:
143
144
                switch (subCap) {
144
145
                case TSS_TSPCAP_PROP_MANUFACTURER_ID:
168
169
                default:
169
170
                        return TSPERR(TSS_E_BAD_PARAMETER);
170
171
                }
 
172
                break;
171
173
        default:
172
174
                return TSPERR(TSS_E_BAD_PARAMETER);
173
175
        }