diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-09 21:27:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-09 21:27:06 +0000 |
commit | 47fe179b5f4aaaadfa6bb5724fc3cf6cac548763 (patch) | |
tree | a346ec5123698cc0210aefb0df8b9fa4d67cf372 /sys/arch | |
parent | f0af81d2f512d54bbb3c4711bcf21a11108e31b4 (diff) |
On the hid -> hiddev changes, this file was missed.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 3bf234d82f6..7060778e3cd 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2002/04/08 17:02:44 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.12 2002/05/09 21:27:05 drahn Exp $ # # PPC GENERIC config file # @@ -128,8 +128,9 @@ usb* at ohci? flags 0x1 uhub* at usb? uhub* at uhub? port ? configuration ? interface ? -uhid* at uhub? port ? configuration ? # USB Generic HID devices -ukbd* at uhub? port ? configuration ? # USB HID Keyboard devices +uhidev* at uhub? port ? configuration ? interface ? +uhid* at uhidev? reportid ? # USB Generic HID devices +ukbd* at uhidev? reportid ? # USB HID Keyboard devices #ums* at uhub? port ? configuration ? # USB Mice #wsmouse* at ums? mux 0 #ulpt* at uhub? port ? configuration ? # USB Printer |