On Tue, Oct 02, 2012 at 03:50:45PM -0400, Alan Stern wrote:
> On Tue, 2 Oct 2012, Sarah Sharp wrote:
>
> > --- a/include/linux/usb/ch9.h
> > +++ b/include/linux/usb/ch9.h
> > @@ -828,7 +828,9 @@ struct usb_ss_cap_descriptor { /* Link Power
> > Management */
> > #define USB_HIGH_SPEED_OPERATION (1 << 2) /* High speed operation */
> > #define USB_5GBPS_OPERATION (1 << 3) /* Operation at 5Gbps
> > */
> > __u8 bFunctionalitySupport;
> > +#define USB_U1_MAX_VALID_MEL 0x0A /* U1 MEL is 10us, max
> > */
> > __u8 bU1devExitLat;
> > +#define USB_U2_MAX_VALID_MEL 0x7FF /* U2 MEL is 2047us,
> > max */
> > __le16 bU2DevExitLat;
> > } __attribute__((packed));
>
> Can these new values please be defined in decimal rather than hex?
> Then maybe the comments wouldn't be needed.
Eh, sure. :)
Sarah Sharp
--
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