Re: [linux-usb-devel] header question

2001-03-08 Thread David Brownell
uot;hub.h". The same sharing logic can apply to PCI and other code inside the host controller drivers. (And the existence of two UHCI drivers ... :-) - Dave - Original Message - From: "Grover, Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedne

[linux-usb-devel] header question

2001-03-07 Thread Grover, Andrew
Regarding 2.4.2... Why are the port feature defines (e.g. RH_PORT_ENABLE) all defined in each HC's header file, and more importantly, why aren't they all using the define (e.g. USB_PORT_FEAT_ENABLE) in hub.h? I'm also wondering why the defines aren't consecutive. Just curious -- Andy -