Re: request for testers

2016-09-28 Thread Greg K-H
On Wed, Sep 28, 2016 at 06:05:22PM +0200, Greg K-H wrote: > On September 28, 2016 5:58:21 PM GMT+02:00, Oliver Neukum > wrote: > >Hi, > > > >does anybody here want to test patches to improve UAS error > >handling? > > > > Yes. > > Just se

Re: request for testers

2016-09-28 Thread Greg K-H
On September 28, 2016 5:58:21 PM GMT+02:00, Oliver Neukum wrote: >Hi, > >does anybody here want to test patches to improve UAS error >handling? > Yes. Just send them to the list... -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger

Re: Resetting USB modems and USB to serial converters increases ttyUSBXX counter

2015-10-21 Thread Greg K-H
ut the device node names at all, this isn't a problem, they will be recycled once userspace closes the device node, eventually. So focus on your userspace programs if you are really worried about the device numbers here. hope this helps, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Resetting USB modems and USB to serial converters increases ttyUSBXX counter

2015-10-20 Thread Greg K-H
On October 20, 2015 9:38:52 AM PDT, Peter Stuge wrote: >Greg KH wrote: >> Userspace still has the port open, so the number is not reused until >> userspace closes the device node. Fix your userspace programs to >> properly listen to the hangup signal to know to release the device >node >> and you