commit | ce3615879ae85373c03744b45b7c2d7ae5e29b2a | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Nov 20 11:12:22 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 01 14:25:52 2006 -0800 |
tree | b65e10b1d6a45cbda9d295a1198fb050842f3777 | |
parent | 1f9fc882d92f3ff390455836f98d7ddc36d4e4c3 [diff] |
USB: struct usb_device: change flag to bitflag This patch (as816) changes an existing flag in the usb_device structure to a bitflag, preparing the way for more bitflags to come in the future. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>