From: Aivils S. <Aiv...@un...> - 2002-12-27 10:13:15
|
Hi, Svetljo >is it intended to be so, somehow my second console doesn't report it's keyboard, >i mean /proc/bus/console/01/keyboard is empty > >[root@svetljo src]# cat /proc/bus/console/00/keyboard >isa0060/serio0/input0 >[root@svetljo src]# cat /proc/bus/console/01/keyboard > > Seems some going wrong with USB-HID driver. "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in /proc/bus/input/devices also (struct input_dev *dev)->phys in code >[root@svetljo src]# ls -l /proc/bus/console/0* >/proc/bus/console/00: >total 0 >-rw-r--r-- 1 root root 0 Dec 27 10:31 keyboard > >/proc/bus/console/01: >total 0 >-rw-r--r-- 1 root root 0 Dec 27 10:31 keyboard >[root@svetljo src]# cat /proc/bus/input/devices >I: Bus=0003 Vendor=05fe Product=0011 Version=0000 >N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" >P: Phys= Here must exist string of physical description of device. >D: Drivers=mouse1 event3 >B: EV=6 >B: KEY=1f0000 0 0 0 0 0 0 0 0 >B: REL=103 > >I: Bus=0003 Vendor=046d Product=c303 Version=0700 >N: Name="Logitech USB Keyboard" >P: Phys= >D: Drivers=kbd event2 >B: EV=120002 >B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe >B: LED=1f Your vc_screen.c patch is indentical my. Aivils Stoss |