Displaying 4 results from an estimated 4 matches for "usb_driver".
Did you mean:
usb_drive
2007 Dec 28
2
Help with dump/restore
So I recently installed an Overland Arcvault 12 tape library on a server
to back up /var/log/ and /home. The server is an out-of-box RHEL 5
install, with all packages selected, in an isolated lan, with no package
updates. Also, this is a live server that cannot be brought down for
backups, and some files may be actively in use during the dump - just
gotta live with it.
Since I know EL5 and
2013 Jan 29
0
Windows driver installer not always successful
...ght it was due to differences between Windows
XP and 7 or different UPS models. But I'm noticing that it might be a
bit more random than that.
What does seem to always work is running wdi-simple.exe from the others
folder manually.
When having it run from the NUT installer, it will extract usb_driver to
windows\system32 (or syswow64). And when run afterwards, the others
folder instead. Not sure if that is really a problem or not except a bit
messy.
As always, thanks!
2024 Jun 12
1
[PATCH v2 0/8] drm: make leftover drivers call drm_atomic_helper_shutdown() at the right times
.... ...or if there's some reason
that we don't need to do anything for those drivers then let me know
and we can drop them.
I'd like to call out a few drivers that I _didn't_ fix in this series
and why. If any of these drivers should be fixed then please yell.
- DRM drivers backed by usb_driver (like gud, gm12u320, udl): I didn't
add the call to drm_atomic_helper_shutdown() at shutdown time
because there's no ".shutdown" callback for them USB drivers. Given
that USB is hotpluggable, I'm assuming that they are robust against
this and the special shutdown callb...
2023 Sep 21
1
[RFT PATCH v2 00/12] drm: call drm_atomic_helper_shutdown() at the right times
...ch series as RFT (request for testing) to help
call attention to the fact that I didn't personally test any of these
patches.
I'd like to call out a few drivers that I _didn't_ fix in this series
and why. If any of these drivers should be fixed then please yell.
- DRM drivers backed by usb_driver (like gud, gm12u320, udl): I didn't
add the call to drm_atomic_helper_shutdown() at shutdown time
because there's no ".shutdown" callback for them USB drivers. Given
that USB is hotpluggable, I'm assuming that they are robust against
this and the special shutdown callb...