summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2004-10-24 11:16:29 +0000
committerrse <rse@FreeBSD.org>2004-10-24 11:16:29 +0000
commit3efdfbe8d6b8650845b94f436c9f2c6b8773aeba (patch)
tree407b94952f46dcd13e367cea98a5549a88565129 /sys/dev
parent8ae7259f83531d07e51d67388b64ab5a902200ac (diff)
downloadFreeBSD-src-3efdfbe8d6b8650845b94f436c9f2c6b8773aeba.zip
FreeBSD-src-3efdfbe8d6b8650845b94f436c9f2c6b8773aeba.tar.gz
Add identifiers for the HP Laserjet 2300d USB
printer and the HP ScanJet 4670v USB scanner. MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs2
-rw-r--r--sys/dev/usb/uscanner.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index d51e7e0..e228f44 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -853,11 +853,13 @@ product HP 840C 0x0604 DeskJet 840c
product HP 2200C 0x0605 ScanJet 2200C
product HP 5300C 0x0701 Scanjet 5300C
product HP 4400C 0x0705 Scanjet 4400C
+product HP 2300D 0x0b17 Laserjet 2300d
product HP 970CSE 0x1004 Deskjet 970Cse
product HP 5400C 0x1005 Scanjet 5400C
product HP 930C 0x1204 DeskJet 930c
product HP P2000U 0x1801 Inkjet P-2000U
product HP 640C 0x2004 DeskJet 640c
+product HP 4670V 0x3005 ScanJet 4670v
product HP P1100 0x3102 Photosmart P1100
product HP HN210E 0x811c Ethernet HN210E
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index eed75e4..9dfb9f8 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -135,6 +135,7 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_HP, USB_PRODUCT_HP_4100C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_4200C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_4300C }, 0 },
+ {{ USB_VENDOR_HP, USB_PRODUCT_HP_4670V }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_S20 }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_5200C }, 0 },
{{ USB_VENDOR_HP, USB_PRODUCT_HP_5300C }, 0 },
OpenPOWER on IntegriCloud