• Duncan Sands's avatar
    [PATCH] USB: Patch to remove interface indices from devio.c · 79560d5a
    Duncan Sands authored
    > I went ahead and created a patch to change all the places where devio.c
    > uses an interface index.  Now it always uses just the interface number.
    > Does this look all right to you?  I don't have a convenient way to test
    > it.
    
    Hi Alan, thanks for doing this.  It looks and works OK.  I added some name
    changes: all struct usb_interface pointers are now called intf; and, when
    reasonable, variables holding interface numbers are now all called ifnum.
    This drowns your original changes in a sea of churning names, I hope you
    don't mind.
    79560d5a
devio.c 31.8 KB