Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: drochner
Date: Mon Feb 26 13:50:07 UTC 2007
Modified Files:
src/sys/dev/usb: usbdi_util.c usbdi_util.h
Log Message:
Define a usb_cdc_descriptor_t which contains the class specific
"bDescriptorSubtype" field and change usb_find_desc()/usb_find_desc_if()
to use it. (The latter functions should not be used by generic code;
I've left the names for now for compatibility.)
Rename USBD_SUBTYPE_ANY to make clear that it is not generic.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/dev/usb/usbdi_util.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/usb/usbdi_util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index