patch for linux/usb.h

Wiktor Wodecki (wodecki@gmx.de)
Fri, 18 Oct 2002 23:25:32 +0200


--JBi0ZxuS5uaEhkUZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

hi there,

missing urb_t typedef

-- 
Regards,

Wiktor Wodecki | http://johoho.eggheads.org

--JBi0ZxuS5uaEhkUZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=usb_patch

diff -bur linux/include/linux/usb.h linux-2.4.20-pre9.kirk/include/linux/usb.h --- linux/include/linux/usb.h 2002-10-18 22:56:49.000000000 +0200 +++ linux-2.4.20-pre9.kirk/include/linux/usb.h 2002-10-18 23:15:35.000000000 +0200 @@ -525,7 +525,7 @@ usb_complete_t complete; // pointer to completion routine // struct iso_packet_descriptor iso_frame_desc[0]; +} urb_t; -}; /** * FILL_CONTROL_URB - macro to help initialize a control urb

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