blob: 5212135848590573f3b01de33f99951c0a05b555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
The current implementation may not handle device reset correctly.
The following devices may have a problem about this issue.
- USB storage devices with bad sectors
- USB V4L devices which upload a firmware and do hardware reset
(i.e., WinTV Card?)
http://sourceforge.net/forum/forum.php?thread_id=1784650&forum_id=418507
UPDATE: I added some code for this issue. But, I am not sure it resolves the
problem.
A USB device which has multiple configurations (in the USB termiology) may not
work correctly. If a user or its driver changes a configuration value, the
usbip driver gets be unbound, and then a connection are terminated.
A possible solution is that a user sets a propoer configuration value before he
binds a device to usbip. This can be done through a sysfs file.
Suspend will not work while importing remote devices.
This is a limitation due to the lack of automatic reconnection function.
|