Re: Feature proposal: Report connection speed through usbdevfs API

2017-06-02 Thread Alan Stern
On Fri, 2 Jun 2017, Reinhard Huck wrote: > Thanks for the patch. That's exactly what we want. Could you please make > sure that the patch gets released? I will submit the patch. If it is accepted, it will appear in the 4.13 kernel release. Alan Stern -- To unsubscribe from this list: send th

Re: Feature proposal: Report connection speed through usbdevfs API

2017-06-02 Thread Reinhard Huck
Am 01.06.2017 um 16:39 schrieb Alan Stern: On Thu, 1 Jun 2017, Reinhard Huck wrote: Hi, Currently, in an usbdevfs-based application it is not possible to know the speed the device is operating at. But this information is sometime required, for example to interpret the bInterval and wMaxPacket

Re: Feature proposal: Report connection speed through usbdevfs API

2017-06-01 Thread Alan Stern
On Thu, 1 Jun 2017, Reinhard Huck wrote: > Hi, > > Currently, in an usbdevfs-based application it is not possible to know > the speed the device is operating at. But this information is sometime > required, for example to interpret the bInterval and wMaxPacketSize > fields of interrupt/isochro

Feature proposal: Report connection speed through usbdevfs API

2017-05-31 Thread Reinhard Huck
Hi, Currently, in an usbdevfs-based application it is not possible to know the speed the device is operating at. But this information is sometime required, for example to interpret the bInterval and wMaxPacketSize fields of interrupt/isochronous endpoint descriptors. Specifically, it is a pro