Recent MFC to /sys/dev/usb is incorrect, at least concerning the 1240U EPSON scanner. Due to a little bug, the scanner is recognized as ugen0 instead of uscanner0 Fix: Here are two patches for usbdevs and uscanner.c that solve the problem. How-To-Repeat: Build a kernel with the pristine usbdevs and uscanner.c files. Connect a 1240U scanner, see the dmesg informations. Try to use the scanner with Sane: it does not work.
Responsible Changed From-To: freebsd-bugs->n_hibma USB is Nick's baby
Eric Jacoboni wrote: > > I don't know if it's the right place for this request (if not, please > ignore this message and feel free to redirect me). > > I think the following open PR: > <http://www.freebsd.org/cgi/query-pr.cgi?pr=27460> could be closed > before RELEASE. Since i've posted it, i'm using the both patches > mentionned without any problem. > -- > Éric Jacoboni, né il y a 1300229378 secondes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message
State Changed From-To: open->closed Was already committed. Thanks for reporting this! Nick