Results 1 to 2 of 2
Hello everyone,
I have a technologic make TS7300 ARM9 board with Debian 3.1 installed in it.I need to interface a touchscreen to the USB port of this board.The driver for ...
- 03-11-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 9
no hiddev0 on my board!!
Hello everyone,
I have a technologic make TS7300 ARM9 board with Debian 3.1 installed in it.I need to interface a touchscreen to the USB port of this board.The driver for this touch screen needs hiddev0 device driver installed on my board but unfortunately its not there in my board.
I searched in /dev and /dev/usb but couldnt find any such file.
Is there any way I can load this driver on my board?
I am a bit new to Linux ......Please help
- 03-13-2008 #2Just Joined!
- Join Date
- Dec 2007
- Posts
- 9
problem solved
I installed the hiddev0 module through
mkdir /dev/usb
mkdir /dev/usb/hid
mknod /dev/usb/hid/hiddev0 c 180 96

good luck



