"REDUCTOR/ CALMA DOLORES/ hace MASAJES / Tonifica /hace Dren Linfatico"

2012-05-12 Thread Salud Natural
Esto es una parte del texto del mensaje. Este se muestra para los usuarios de antiguos clientes de e-mail [demime 1.01d removed an attachment of type image/jpeg which had a name of 1.16jpnt44.jpg]

usb(4) correct return value

2012-05-12 Thread Martin Pieuchot
When doing an USB_REQUEST on a usb(4) node, returns ENXIO if the device at the specified address is not found, like it's done for USB_DEVICEINFO. With this change it's possible to know if the specified address isn't valid (EINVAL) or has no device associated (ENXIO). Ok? Index: usb.c ==