aleksandr-rakov / hid-a320

Lenovo Ideacentre a320 linux keyboard driver
2 stars 1 forks source link

A300-K BT Keyboard and generic BT-Dongle #1

Open cgreipl opened 10 years ago

cgreipl commented 10 years ago

Hi, i want to use the A300-K with a generic USB-Bluetooth-Dongle. The Mouse works well, but the Keyboard doesn't recognize , , . The Problem you fixed here. In my case this fix doesn't work. The module hid-a320 is loaded.

With lsusb i got this: Bus 003 Device 002: ID 0a5c:21e8 Broadcom Corp. Bus 006 Device 002: ID 058f:9254 Alcor Micro Corp. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

So i changed in hid-a320.c the HID_USB_DEVICE(0x0a5c, 0x21e8), but it doesnt success. Do you have any idea where's the problem?

thanks in advance

Christoph Greipl

cgreipl commented 10 years ago

ps: OS is Ubuntu 12.04 LTS

aleksandr-rakov commented 10 years ago

Be sure that the hid-a320 loaded before usbhid: sudo modprobe -r usbhid; sudo modprobe hid-a320; sudo modprobe usbhid;

Now i have not BT adapter and can't check how it works