Hi,
I am having the same problem. I think I just found the solution, but haven't yet tried it. If you read through the documentation of kernel 2.6.6 (the kernel I am having this problem with), look at the file /Documentation/usb/hiddev. This document states:
The hiddev interface is a char interface using the normal USB major,
with the minor numbers starting at 96 and finishing at 111. Therefore,
you need the following commands:
mknod /dev/usb/hiddev0 c 180 96
mknod /dev/usb/hiddev1 c 180 97
mknod /dev/usb/hiddev2 c 180 98
mknod /dev/usb/hiddev3 c 180 99
mknod /dev/usb/hiddev4 c 180 100
mknod /dev/usb/hiddev5 c 180 101
mknod /dev/usb/hiddev6 c 180 102
mknod /dev/usb/hiddev7 c 180 103
mknod /dev/usb/hiddev8 c 180 104
mknod /dev/usb/hiddev9 c 180 105
mknod /dev/usb/hiddev10 c 180 106
mknod /dev/usb/hiddev11 c 180 107
mknod /dev/usb/hiddev12 c 180 108
mknod /dev/usb/hiddev13 c 180 109
mknod /dev/usb/hiddev14 c 180 110
mknod /dev/usb/hiddev15 c 180 111
Maybe you can check this document (e.g. in
http://www.kernel.org/pub/linux/kern...x-2.6.6.tar.gz)
Hope this helps (if it works I'll post another post here)
Quote:
Originally posted by sueisfine
Code:
usb 3-1: new low speed USB device using address 2
USB Universal Host Controller Interface driver v2.2
hiddev96: USB HID v1.10 Device [American Power Conversion Back-UPS CS 500 FW:808.q3.I USB FW:q3] on usb-0000:00:02.1-1
|