Re: [linux-usb-devel] Re: usb sysfs intf files no longer createdwhen probe fails

From: Stelian Pop
Date: Wed Jun 22 2005 - 13:28:05 EST


Le mercredi 22 juin 2005 à 09:26 -0700, Greg KH a écrit :

> > - return -EIO;
> > + return -ENODEV;
> > }
>
> Also need to do the same a few lines above in the code. I've fixed that
> too now.

Indeed, especially since the only way to use an alternate driver for a
real hid device is to blacklist it using HID_QUIRK_IGNORE, and in this
case we go through that path.

Stelian.
--
Stelian Pop <stelian@xxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/