cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs

2006-02-19 Thread Ian Dowse
iedowse 2006-02-19 14:48:02 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs Log: Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stall operation when a pipe is opened, and add an

Re: cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c

2006-02-15 Thread Florent Thoumie
On Wednesday 15 February 2006 23:51, Ian Dowse wrote: > iedowse 2006-02-15 22:51:08 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c > Log: > MFC: don't perform an endpoint stall clear every time

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c

2006-02-15 Thread Ian Dowse
iedowse 2006-02-15 22:51:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c Log: MFC: don't perform an endpoint stall clear every time a pipe is opened. This should not be necessary, and it is known

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs

2005-12-13 Thread Florent Thoumie
flz 2005-12-14 01:27:45 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_5) sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs Log: MFC: USB Quirk for iPods (should work with some other devices).

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs

2005-12-13 Thread Florent Thoumie
flz 2005-12-14 01:26:51 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_6) sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs Log: MFC: USB Quirk for iPods (should work with some other devices).

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c

2005-12-11 Thread Florent Thoumie
flz 2005-12-11 20:14:38 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c Log: - Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be used by more devices than iPods. Proposed by:

Re: cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs

2005-12-05 Thread Anders Nordby
Hi, I think that there are more devices than the iPod's that have problems with the "clear any stall" part of usb_subr.c. Right, Ian? You said that this part should be disabled for all devices, and enabled for those that need it? Or should this be an iPod only fix? Please see PR usb/81774. On Mo

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs

2005-12-04 Thread Florent Thoumie
flz 2005-12-05 01:51:29 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c usbdevs Log: - Add Product IDs for iPod 3G and iPod Video. - Add an USB quirk for iPods, da(4) devices ar