Go to file
drochner a813a29041 In usbd_set_config_index(), remove the code which tries to draw conclusions
from the attempted power state instead of the real one. The configuration
descriptor is a constant thing and doesn't reflect the actual state, so
this doesn't make any sense. The actual state can be read by a device
status read, so use this as the first and only instance and remove
the device specific quirks which were based on wrong assumptions.
(It is possible that one of the 3 devices with quirk entries still
needs some special treatment, but this would need better research. For
now I'd prefer to avoid a quirk database which isn't maintained anyway.)
Btw, don't be confused by messages about self powered hubs which don't
have external power connected. This is legal, see the specs.
2007-01-19 22:42:05 +00:00
bin Fix for PR bin/35432: 2007-01-16 19:06:41 +00:00
common remove bogus (void)&var; from Anon Ymous 2006-12-18 00:41:54 +00:00
crypto CID-4268: `c' is EOF here, remove deadcode 2006-12-26 00:06:03 +00:00
dist track ntp bug #760 - support DYNAMIC flags in async resolver 2007-01-13 11:41:05 +00:00
distrib add new puffs manual pages 2007-01-19 21:13:31 +00:00
doc IPF 4.1.16 2007-01-14 08:46:45 +00:00
etc Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to 2007-01-15 23:35:11 +00:00
games Update my previous commit to better match the original code, including 2007-01-17 02:35:28 +00:00
gnu I don't spell "puffs" with allcaps (except in macro names, har har), 2007-01-19 20:04:39 +00:00
include Add: _lwp_kill, _lwp_detach, _lwp_park, lwp_unpark, _lwp_unpark_all. 2007-01-16 01:36:50 +00:00
lib Bring the documentation slightly more into sync with the current 2007-01-19 21:10:55 +00:00
libexec Remove duplicated #includes and some trailing whitespace while here. 2007-01-17 21:44:50 +00:00
regress Add a small regression test for getopt_long(3). 2007-01-18 16:29:21 +00:00
rescue add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
sbin Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
share Add a few entries contributed by Alexey Eremenko <al4321@gmail.com>, 2007-01-19 16:16:36 +00:00
sys In usbd_set_config_index(), remove the code which tries to draw conclusions 2007-01-19 22:42:05 +00:00
tools Pass TOOL_JOIN, TOOL_MKTEMP, NM, and TOOL_SED through to the 2007-01-14 16:32:23 +00:00
usr.bin Don't delete '\' from before '#' in shell command lines. 2007-01-18 20:22:44 +00:00
usr.sbin * Don't include headers twice 2007-01-16 17:32:04 +00:00
x11 build XFree86 on shark 2006-12-21 01:45:32 +00:00
build.sh Added a friendly error message in case the user forgot to "build.sh tools". 2007-01-17 03:43:18 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING Note also that the distrib/ install images need cleaning to excise 2006-12-15 14:18:38 +00:00