On Thu, 5 Jun 2003 20:59:16 +0800 Cloud SY Wu <[EMAIL PROTECTED]> wrote:
| Hi,james
|
| Sorry for disturbing you!I send this mail to u as I know from internet that
| you can help me.
|
| I can't find any definition of usb_ctrlrequest in my Linux kernel-source-2.
| 4.18.I searched in internet,they say it is in usb.h,But I can't find any of
| the definition.
| So I wonder if it is removed from the new linux kernel sources?
???
It's still in Linux 2.4.20:
linux/include/linux/usb.h, beginning at line #168:
struct usb_ctrlrequest {
__u8 bRequestType;
__u8 bRequest;
__u16 wValue;
__u16 wIndex;
__u16 wLength;
} __attribute__ ((packed));
And it's still in Linux 2.5.70, although it's in file
linux/include/linux/usb_ch9.h
--
~Randy
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel