From kernel version 2.6.10 the function usb_kill_urb has to be used instead
authorBernd Porr <Bernd.Porr@f2s.com>
Mon, 3 Jan 2005 22:48:05 +0000 (22:48 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Mon, 3 Jan 2005 22:48:05 +0000 (22:48 +0000)
commit707e081c51297547b8902bbddbd645996620063f
tree06dd58be13c4bc658c1b20647839cf45f12bd208
parent4faa6c3d8b51fcd55506f85f68f24249b1fc4f19
From kernel version 2.6.10 the function usb_kill_urb has to be used instead
of the old unlink function. This makes hotplugging much safer, in
particular when the user unplugs the device while it is transmitting
data.
Also added some comments to the debug defines.
comedi/drivers/usbdux.c