Le dimanche 31 juillet 2005 à 23:43 +0200, Elimar Riesebieter a écrit : > On Sun, 31 Jul 2005 the mental interface of > Stelian Pop told: > > > Le dimanche 31 juillet 2005 à 22:01 +0200, Elimar Riesebieter a écrit : > > > On Sun, 31 Jul 2005 the mental interface of > > > Stelian Pop told: > [...] > > How to get the debugging output? > > > > In the kernel logs (/var/log/kern.log or something equivalent) > $ dmesg | grep usb > > usbcore: registered new driver usbfs > usbcore: registered new driver hub > usbcore: registered new driver appletouch > usb 1-1: new full speed USB device using ohci_hcd and address 2 > usb 1-1: device descriptor read/64, error -71 > usb 1-1: device descriptor read/64, error -71 > usb 1-1: new full speed USB device using ohci_hcd and address 3 > usb 1-1: device descriptor read/64, error -71 > usb 1-1: device descriptor read/64, error -71 > usb 1-1: new full speed USB device using ohci_hcd and address 4 > usb 1-1: device descriptor read/8, error -71 > usb 1-1: device descriptor read/8, error -71 > usb 1-1: new full speed USB device using ohci_hcd and address 5 > usb 1-2: new full speed USB device using ohci_hcd and address 6 > usbcore: registered new driver hiddev > input: USB HID v1.11 Keyboard [05ac:1000] on usb-0001:10:1a.0-1 > input: USB HID v1.11 Mouse [05ac:1000] on usb-0001:10:1a.0-1 > input: USB HID v1.10 Keyboard [Apple Computer Apple Internal > Keyboard/Trackpad] on usb-0001:10:1a.0-2 > input: USB HID v1.10 Device [Apple Computer Apple Internal Keyboard/Trackpad] > on usb-0001:10:1a.0-2 > usbcore: registered new driver usbhid > drivers/usb/input/hid-core.c: v2.6:USB HID core driver > > Tell me how to get more debug.
Did you put the #define DEBUG line replacing the #undef DEBUG at the begginning of hid-input.c ? If you did (and of course rebuild your kernel and rebooted), you should have a lot of lines starting with 'Mapping xxxxx ---->' in your logs. If you don't have them, something is wrong with your kernel build/install process (which may be why the appletouch patch seems to be inactive). Stelian. -- Stelian Pop <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]