nicman23 / dkms-hid-nintendo

dkms-hid-nintendo
GNU General Public License v2.0
240 stars 43 forks source link

hid_generic replaces hid_nintendo #38

Closed cipitaua closed 3 years ago

cipitaua commented 3 years ago

Hello,

I'm on ubuntu-devel, the nintendo-pro (original) controller connects via bluetooth correctly with the hid-generic:

[ 1375.472523] hid-generic 0005:0F0D:00F6.0003: unknown main item tag 0x0
[ 1375.472751] input: Lic Pro Controller as /devices/virtual/misc/uhid/0005:0F0D:00F6.0003/input/input23
[ 1375.474035] hid-generic 0005:0F0D:00F6.0003: input,hidraw0: BLUETOOTH HID v0.01 Gamepad [Lic Pro Controller] on d8:f2:ca:b8:f6:95

and it works fine, although the back leds keep blinking nonstop. I have installed dkms-hid-nintendo on kernel 3.11, and after restarting the system I get the hid_nintendo: loading out-of-tree module taints kernel. message in dmesg.

However, the controller seems to be grabbed by hid-generic and not by hid-nintendo.

cipitaua commented 3 years ago

moving to #https://github.com/DanielOgorchock/linux/issues/10