Re: [linux-usb-devel] [PATCH] fix a FIXME in usb.h

2002-10-29 Thread Greg KH
On Tue, Oct 29, 2002 at 12:47:55PM -0600, Josh Myer wrote: > In ush.h, there's a FIXME for the URB transfer flags. This patch is > basically a global search and replace to change those all from USB_ to > URB_. > > It touches a few things that aren't directly USB-related, and so should > probably b

[linux-usb-devel] [PATCH] fix a FIXME in usb.h

2002-10-29 Thread Josh Myer
In ush.h, there's a FIXME for the URB transfer flags. This patch is basically a global search and replace to change those all from USB_ to URB_. It touches a few things that aren't directly USB-related, and so should probably be passed by those authors, but I figured i should put it here to get fe