diff options
| author | Jean Tourrilhes <jt@bougret.hpl.hp.com> | 2002-09-26 01:35:06 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-09-26 01:35:06 -0700 |
| commit | ce437bffbef47b23e2012c450665fdd8fc179ad2 (patch) | |
| tree | e1616398f39ef99e5208511eb446a0332810d427 /include/net | |
| parent | b0538e0e35d9b8aa2f9bb81792d661fc5e7d8fbf (diff) | |
USB: convert the irda-usb driver to work properly with the new USB core changes.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/irda/irda-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irda-usb.h b/include/net/irda/irda-usb.h index 3480c84386ec..7c8c9de11c36 100644 --- a/include/net/irda/irda-usb.h +++ b/include/net/irda/irda-usb.h @@ -127,7 +127,7 @@ struct irda_class_desc { struct irda_usb_cb { struct irda_class_desc *irda_desc; struct usb_device *usbdev; /* init: probe_irda */ - unsigned int ifnum; /* Interface number of the USB dev. */ + struct usb_interface *usbintf; /* init: probe_irda */ int netopen; /* Device is active for network */ int present; /* Device is present on the bus */ __u32 capability; /* Capability of the hardware */ |
