Messages in this thread Patch in this message |  | | From | Peter Blomgren <> | Subject | [PATCH] 2.4.0-test7-pre7 drivers/usb/usbkbd.c compile fix | Date | Tue, 22 Aug 2000 14:20:24 -0700 (PDT) |
| |
--- linux/drivers/usb/usbkbd.c.orig Tue Aug 22 14:06:26 2000 +++ linux/drivers/usb/usbkbd.c Tue Aug 22 14:10:06 2000 @@ -124,7 +124,7 @@ static void usb_kbd_led(struct urb *urb) { - struct usb_kbd *kbd = urb->private; + struct usb_kbd *kbd = urb->hcpriv; if (urb->status) warn("led urb status %d received", urb->status); -- \Peter. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |