diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-16 22:45:07 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-16 22:45:07 +0000 |
commit | b28a2a02c556bdada81d6da3ff7b8a80b8d0942c (patch) | |
tree | 6369d287600f5da9b29518e2f79e37a6131120b6 /sys/dev/usb/if_auereg.h | |
parent | e94cce66b367a45cbc8a85015a2378da71fb051e (diff) | |
download | FreeBSD-src-b28a2a02c556bdada81d6da3ff7b8a80b8d0942c.zip FreeBSD-src-b28a2a02c556bdada81d6da3ff7b8a80b8d0942c.tar.gz |
Remove device name strings from vendor/product lists since we don't use
them (they're read from the device directly). Also do a set_config
command for the ADMtek and CATC drivers.
Diffstat (limited to 'sys/dev/usb/if_auereg.h')
-rw-r--r-- | sys/dev/usb/if_auereg.h | 3 |
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 |