On Tue, 22 Jan 2008, Grant Grundler wrote: > o US_SC_* and US_PR_* constants both seem like good candidates for enum > (to make sure the right "type" get used with the right field.)
It's questionable whether those values should be enums. They refer to numbers stored in the bInterfaceSubClass and bInterfaceProtocol fields of struct usb_interface_descriptor (see include/linux/usb/ch9.h), and those fields are defined as __u8. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
