Deprecate SR_HWOPT_MODEL

This was only ever used for the defunct genericdmm driver.
This commit is contained in:
Bert Vermeulen 2013-01-20 16:36:35 +01:00
parent 083d64f94f
commit fbf394c617
1 changed files with 2 additions and 8 deletions

View File

@ -378,20 +378,14 @@ struct sr_config {
struct sr_config_info { struct sr_config_info {
int key; int key;
int datatype;
char *id; char *id;
char *name; char *name;
char *description; char *description;
int datatype;
}; };
/** Hardware driver options. */ /** Hardware driver options. */
enum { enum {
/**
* Some drivers cannot detect the exact model they're talking to
* (may be phased out).
*/
SR_HWOPT_MODEL = 10000,
/** /**
* Specification on how to connect to a device. * Specification on how to connect to a device.
* *
@ -402,7 +396,7 @@ enum {
* @verbatim <vendorid>.<productid> @endverbatim * @verbatim <vendorid>.<productid> @endverbatim
* (hexadecimal, e.g. 1d6b.0001). * (hexadecimal, e.g. 1d6b.0001).
*/ */
SR_HWOPT_CONN, SR_HWOPT_CONN = 10000,
/** /**
* Serial communication specification, in the form: * Serial communication specification, in the form: