Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cgreipl opened this issue Jan 31, 2014 · 2 comments
Open

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

cgreipl opened this issue Jan 31, 2014 · 2 comments

Comments

@cgreipl
Copy link

cgreipl commented Jan 31, 2014

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
Copy link
Author

cgreipl commented Jan 31, 2014

ps: OS is Ubuntu 12.04 LTS

@aleksandr-rakov
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants