usb_quirks tidying

2010-04-06 Thread Stuart Henderson
this brings the UQ_BAD_HID entries together, lines up the columns a bit better, and adds a short description for some of the quirks. any comments? ok? Index: usb_quirks.c === RCS file: /cvs/src/sys/dev/usb/usb_quirks.c,v retrieving

Re: usb_quirks tidying

2010-04-06 Thread Stuart Henderson
On 2010/04/06 10:47, Stuart Henderson wrote: this brings the UQ_BAD_HID entries together, lines up the columns a bit better, and adds a short description for some of the quirks. any comments? ok? better with some spaces-tabs (prompted by mail from halex). Index: usb_quirks.c

Re: usb_quirks tidying

2010-04-06 Thread Stuart Henderson
hopefully this is the last round; - don't duplicate documentation from .h in .c - move .h documentation to the same line as the #define for easier grepping - reword .h doc slightly, mostly to fit on 1 line where possible, change text for UQ_EHCI_NEEDTO_DISOWN to something that seems