imp 2007-06-28 06:22:40 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
The timeout is in milliseconds, not in hz. Only the portion of the
patch that converts ms to ticks was used. Another PR states that a
return code of 0 is the right one fo
imp 2007-06-28 05:15:34 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
For both interrupt and isochronous (the patch was unclear which one it
applied to, but I'd think both), honor the timeout that's been set.
Return 0 bytes to be consistant w
Ian Dowse wrote:
> iedowse 2006-09-24 14:55:48 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sys/dev/usb ugen.c
> Log:
> MFC 1.106: Fix a number of cases where ugen would panic, especially
> when the device went away while open or if yo
iedowse 2006-09-24 14:55:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb ugen.c
Log:
MFC 1.106: Fix a number of cases where ugen would panic, especially
when the device went away while open or if you tried to change the
config numb
imp 2006-09-06 23:29:53 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
More antideclarification.
md5 still the same after all these years (and after -g was removed).
Revision ChangesPath
1.108 +27 -31src/sys/dev/usb/ugen.c
imp 2006-09-06 21:53:29 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
Remove the portibility layer goo.
Produces the same .o as before.
md5 by: /sbin/md5
Revision ChangesPath
1.107 +71 -158 src/sys/dev/usb/ugen.c
iedowse 2006-06-05 14:44:40 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
Fix a number of cases where ugen would panic, especially when the
device went away while open or if you tried to change the config
number while devices were open. Based on
iedowse 2006-06-03 10:37:42 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
Log:
Allow zero-length read/write operations to get through to the
hardware. Also set both the read and write timeouts from the
USB_SET_TIMEOUT ioctl.
Revision Changes
jhb 2005-12-15 21:57:32 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ugen.c
sys/netinet ip_mroute.c
Log:
Use %t (ptrdiff_t modifier) to print a couple of pointer differences rather
than casting them to int.
Revision ChangesPath
1