Support the HP 5400C scanner.

PR:		kern/34783
This commit is contained in:
Josef Karthauser 2002-02-14 02:51:12 +00:00
parent fc69394f0a
commit 09ecaa66fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90648
2 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,7 @@ product HP 3400CSE 0x0405 ScanJet 3400cse
product HP 6300C 0x0601 Scanjet 6300C
product HP 840C 0x0604 DeskJet 840c
product HP 5300C 0x0701 Scanjet 5300C
product HP 5400C 0x1105 Scanjet 5400C
product HP 970CSE 0x1004 Deskjet 970Cse
product HP 930C 0x1204 DeskJet 930c
product HP 640C 0x2004 DeskJet 640c

View File

@ -124,6 +124,7 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_HP, USB_PRODUCT_HP_S20 }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_5200C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_5300C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_5400C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_6200C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_6300C }, 0 },