We have a hidden feature on the forums that is very important using CODE tags around copied/pasted computer text. You get those tahs by clicking on the # button in the tolbar of the post editor.
There is no need to repost the above This is just for future posting.
Try to boot with usbhid.quirks=0x4d9:0xa072:0x40 appended to kernel command line. So far it looks like kernel finds keyboard “personality” and stops there. Adding this parameter tells kernel device supports more than single input functionality.
2.015009] usb 4-2: new full-speed USB device number 2 using uhci_hcd
2.217538] usb 4-2: New USB device found, idVendor=04d9, idProduct=a072
2.217541] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2.217544] usb 4-2: Product: USB Gaming Mouse
2.217546] usb 4-2: Manufacturer: Holtek
2.226778] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input0
2.226835] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input1
2.226880] hid-generic 0003:04D9:A072.0001: input,hidraw0: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:00:1a.1-2/input0
2.233876] hid-generic 0003:04D9:A072.0002: usage index exceeded
2.234104] hid-generic 0003:04D9:A072.0002: item 0 2 2 2 parsing failed
2.234353] hid-generic: probe of 0003:04D9:A072.0002 failed with error -22
2.238611] hid-generic 0003:04D9:A072.0003: hiddev0,hidraw1: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:00:1a.1-2/input2
The message “usage index exceeded” suggests that device returns bogus information. Kernel driver for Holtek keyboard contains explicit workaround for similar problem (driver simply discards information returned by device and uses built-in “known good” one). May be this needs similar treatment. I would suggest to open bug report on http://bugzilla.novell.com/ against kernel (you can use your forum account to login), attach dmesg, “lsusb -v” output and explain your problem - device is not recognized as mouse.
Thank you very much Arvidjaar - Wise Penguin. You saved me from the endless reboots.
Tonight I will open a bug report, as you advised.
Thank you again!