1 /***************************************************************************
2 * Copyright (C) 2001 by Matthias Hoelzer-Kluepfel <mhk@caldera.de> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
9 ***************************************************************************/
22 QString
vendor(int id
);
23 QString
device(int vendor
, int id
);
26 QString
subclass(int cls
, int sub
);
27 QString
protocol(int cls
, int sub
, int prot
);
31 QMap
<QString
, QString
> _classes
;
32 QMap
<QString
, QString
> _ids
;