| Summary: | HP ScanJet 4300C not recognized by ugen | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Ernst de Haan <ernst> | ||||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 4.3-RELEASE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Ernst de Haan
2001-04-28 13:40:05 UTC
Hi, I've attached 2 modified files that allow FreeBSD to recognize the HP ScanJet 4300C as a uscanner device. This concerns the usr/src/sys/dev/usb/ stuff. I've also taken the freedom to correct the full name of HP. While the usb drivers used "Hewlett Packard" as the name for this company, the actual name is "Hewlett-Packard", correctly spelled in usr/src/sys/dev/mly/mly_tables.h. This still doesn't fix the attach problem though :-/ /Ernst (ernst@jollem.com) Output from dmesg is now different, with these patches applied: > dmesg | grep uscan uscanner0: Hewlett-Packard ScanJet 4300C, rev 1.00/0.00, addr 6 uscanner0: setting config no failed device_probe_and_attach: uscanner0 attach returned 6 > dmesg | grep ulpt ulpt0: Hewlett-Packard DeskJet 970C, rev 1.00/1.00, addr 5, iclass 7/1 /Ernst (how's still struggling to get his scanner working under FreeBSD) State Changed From-To: open->closed Committed. Thanks! |