[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 29 Apr 2005 20:30:48 +0000 (16:30 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:51 +0000 (14:43 -0700)
commitc2db8b5e5692a6f35913a829607ee6efde3c7cbd
tree171144cf18ca372a79ca99a45a04a9d1c8d79135
parent5742b0c95026c817d9c266174ca39a909e8d38ca
[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT

This patch makes some cosmetic changes to dummy_hcd:

Minor alterations of comments and whitespace.

Replace USB_PORT_FEAT_xxx with USB_PORT_STAT_xxx.  This is
appropriate as the values are stored in a status variable
and they aren't feature indices.  Also it allows the
elimination of a bunch of awkward bit shift operations.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/dummy_hcd.c