]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We need to define a cdev variable associated with each USB device,
authorHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 30 Nov 2010 08:25:57 +0000 (08:25 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 30 Nov 2010 08:25:57 +0000 (08:25 +0000)
commit02c4024199717e781e9cf5bca9e739fae563eca0
tree93e4da8d8fe9a83967c5e95cb2e0b40b695e52dd
parent074a0a8d575feeaee0221f19c55b045daa560dca
We need to define a cdev variable associated with each USB device,
hence existing applications like webcamd are expecting that.
This problem was introduced by SVN change 214221 where cdev=
was replaced by ugen= by accident. Solve this problem by
redefining cdev= in devd notifications.

MFC after 3 days.

Approved by: thompsa (mentor)
sys/dev/usb/usb_device.c