freebsd-dev/sys/dev/usb
Ian Dowse f04d2ba47f Fix the handling of the UCS_RXSTOP flag so that it always tracks
whether or not the receive pipe is stopped. This ensures that we
do not attempt to start the same transfer twice, and it allows
ucomstop() to skip the restarting of the read pipe if it was not
originally running, such as when called indirectly from ucomreadcb().

PR:		kern/79420
MFC after:	1 day
2005-04-12 00:26:40 +00:00
..
dsbr100io.h add copyright notice to something I wrote that didn't have one 2005-01-06 01:36:28 +00:00
ehci_pci.c Don't display the redundant `ehci_pci_attach: companion usbX' 2005-03-20 23:42:54 +00:00
ehci.c Remove trailing whitespace as per NetBSD's revision 1.91. Also 2005-03-20 22:22:18 +00:00
ehcireg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ehcivar.h It was possible to have two threads concurrently aborting the same 2005-03-19 19:08:46 +00:00
FILES
hid.c Fix problem with some logitec usb wireless mice. 2005-02-06 12:41:00 +00:00
hid.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_aue.c Fix breakage in the previous commit caused by the last-minute change. 2005-03-25 12:50:57 +00:00
if_auereg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
if_axe.c Fix breakage in the previous commit caused by the last-minute change. 2005-03-25 12:50:57 +00:00
if_axereg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
if_cdce.c Fix identation. 2005-03-25 12:55:06 +00:00
if_cdcereg.h Add /* _FOO_H_ */ after the final #endif to make danfe happy. 2005-03-25 13:22:58 +00:00
if_cue.c Fix breakage in the previous commit caused by the last-minute change. 2005-03-25 12:50:57 +00:00
if_cuereg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
if_kue.c Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on. 2005-03-25 12:53:26 +00:00
if_kuereg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
if_rue.c Comment out rue_miibus_statchg() function. Using trial-and-error approach I 2005-03-25 20:19:18 +00:00
if_ruereg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
if_udav.c Fix breakage in the previous commit caused by the last-minute change. 2005-03-25 12:50:57 +00:00
if_udavreg.h Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
kue_fw.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ohci_pci.c Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return 2005-03-01 07:50:12 +00:00
ohci.c It was possible to have two threads concurrently aborting the same 2005-03-19 19:08:46 +00:00
ohcireg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ohcivar.h It was possible to have two threads concurrently aborting the same 2005-03-19 19:08:46 +00:00
rio500_usb.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ubsa.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ubser.c initialize pp->p_sc so it can be referenced later. 2005-03-17 22:47:18 +00:00
ubser.h initialize pp->p_sc so it can be referenced later. 2005-03-17 22:47:18 +00:00
ucom.c Fix the handling of the UCS_RXSTOP flag so that it always tracks 2005-04-12 00:26:40 +00:00
ucomvar.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ucycom.c
udbp.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
udbp.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ufm.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uftdi.c Add support for FTDI's FT2232C twin channel chip. 2005-04-05 22:09:18 +00:00
uftdireg.h
ugen.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ugraphire_rdesc.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uhci_pci.c Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return 2005-03-01 07:50:12 +00:00
uhci.c It was possible to have two threads concurrently aborting the same 2005-03-19 19:08:46 +00:00
uhcireg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uhcivar.h It was possible to have two threads concurrently aborting the same 2005-03-19 19:08:46 +00:00
uhid.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uhub.c Use usbd_get_string() instead of calling usbd_get_string_desc() 2005-03-25 01:44:38 +00:00
ukbd.c Use the usb_callout_* API instead of timeout()/untimeout() in order 2005-03-30 08:32:41 +00:00
ulpt.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
umass.c Fix an incorrect NULL argument to usbd_set_interface() associated 2005-03-25 01:47:01 +00:00
umct.c
umodem.c Use a taskqueue to handle port status changes. 2005-01-31 13:58:10 +00:00
ums.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uplcom.c Add support for Sitecom USB to serial cable (v2) 2005-04-08 12:48:05 +00:00
urio.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_ethersubr.c Move Rx/Tx lists management routines into central location. 2005-03-25 12:42:30 +00:00
usb_ethersubr.h Add /* _FOO_H_ */ after the final #endif to make danfe happy. 2005-03-25 13:22:58 +00:00
usb_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_mem.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_mem.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_port.h Although USBVERBOSE was an option in the config system, usb_subr.c failed 2005-01-20 05:03:28 +00:00
usb_quirks.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_quirks.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usb_subr.c Merge from NetBSD. 2005-03-01 08:01:22 +00:00
usb.c Don't defer the boot-time exploration of high-speed USB busses. 2005-03-27 15:31:23 +00:00
usb.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usbcdc.h Sync with 1.9 from NetBSD, this includes: 2005-03-01 06:35:04 +00:00
usbdevs Add support for Sitecom USB to serial cable (v2) 2005-04-08 12:48:05 +00:00
usbdi_util.c Merge from NetBSD. 2005-03-01 08:01:22 +00:00
usbdi_util.h Merge from NetBSD. 2005-03-01 08:01:22 +00:00
usbdi.c Merge from NetBSD. 2005-03-01 08:01:22 +00:00
usbdi.h Add /* _FOO_H_ */ after the final #endif to make danfe happy. 2005-03-25 13:22:58 +00:00
usbdivar.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
usbhid.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uscanner.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uvisor.c Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
uvscom.c Use a taskqueue to handle port status changes. 2005-01-31 13:58:10 +00:00