summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_auereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_auereg.h')
-rw-r--r--sys/dev/usb/if_auereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h
index d804705..23a7c93 100644
--- a/sys/dev/usb/if_auereg.h
+++ b/sys/dev/usb/if_auereg.h
@@ -59,6 +59,8 @@
#define AUE_UR_READREG 0xF0
#define AUE_UR_WRITEREG 0xF1
+#define AUE_CONFIG_NO 1
+
/*
* Note that while the ADMtek technically has four
* endpoints, the control endpoint (endpoint 0) is
@@ -203,7 +205,6 @@ struct aue_rxpkt {
struct aue_type {
u_int16_t aue_vid;
u_int16_t aue_did;
- char *aue_name;
};
#define AUE_TX_LIST_CNT 1
OpenPOWER on IntegriCloud