aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cuereg.h
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2000-01-16 22:45:07 +0000
committerBill Paul <wpaul@FreeBSD.org>2000-01-16 22:45:07 +0000
commit20a08a85e4a53e1f3c8b9c08148ab3add3b8117b (patch)
tree61a595ce493b93390989a2b9644dd2cdcd024085 /sys/dev/usb/if_cuereg.h
parentec23c255e21474cba0b82dcbb2c09102254e14ae (diff)
downloadsrc-20a08a85e4a53e1f3c8b9c08148ab3add3b8117b.tar.gz
src-20a08a85e4a53e1f3c8b9c08148ab3add3b8117b.zip
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.
Notes
Notes: svn path=/head/; revision=56129
Diffstat (limited to 'sys/dev/usb/if_cuereg.h')
-rw-r--r--sys/dev/usb/if_cuereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h
index 13bec95913ff..392184303772 100644
--- a/sys/dev/usb/if_cuereg.h
+++ b/sys/dev/usb/if_cuereg.h
@@ -129,6 +129,8 @@
#define CUE_CTL_READ 0x01
#define CUE_CTL_WRITE 0x02
+#define CUE_CONFIG_NO 1
+
/*
* The interrupt endpoint is currently unused
* by the KLSI part.
@@ -141,7 +143,6 @@
struct cue_type {
u_int16_t cue_vid;
u_int16_t cue_did;
- char *cue_name;
};
struct cue_softc;