| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
reliable) step function
|
|
|
|
than screen height
|
|
|
|
|
|
redraw
we used to bind a pipe to /dev/cons and /dev/consctl with some
shared segment hack to pass tty info arround. now we implement
this as a fileserver.
add support for "winchon"/"winchoff" ctl message to enable interrupt
on window size change. (used by ssh)
keep track of fullscreen scrolls, avoiding redrawing the whole
screen each time.
|
|
size change from vt(1)
|
|
|
|
- fix wrong bitfield for txctl (different between snb and ivb),
and enable tx before rx
- DPLL_CTL_x snb/ivb: don't touch reserved bits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
usbload() calculation
with xhci, bandwidth allocations are handled by the controller
and there are various speed settings possible that currently
not exposed in the Udev. so just keep usbload() as it is for
usb2 and keep ep->load as zero for superspeed.
|
|
cleanup
my pretec usb stick sometimes hangs on the first inquiry request,
waiting for the inquiry response forever. adding a 100ms delay after
the reset command seems to fix it.
getting rid of unused "ding()" note handler and simplify umsrequest()
incomplete read handling.
|
|
|
|
|
|
|
|
|
|
right now, theres no kernel that stores hostowner keys
in #r/nvram, but this could change in the future. so
only dump #r/nvram on the pc where we know that its
not used to hold keys.
|
|
|
|
|
|
|
|
|
|
|
|
preexisting local filesystem
|
|
changes service
|
|
(thanks arpunk)
|
|
|
|
more conservative approach: only one transaction in flight
per endpoint (except iso). also serialize controller commands.
no driver currently uses this and i doubt it is usefull.
create constants for common TRB flags and remove bogus 1<<16
flag on TR_NORMAL.
|
|
|
|
|
|
|
|
386...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for isochronous endpoints
|