Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hid2hci option in /etc/conf.d/bluetooth is gone
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
chojin
n00b
n00b


Joined: 26 Jun 2005
Posts: 42

PostPosted: Thu May 27, 2010 8:57 pm    Post subject: hid2hci option in /etc/conf.d/bluetooth is gone Reply with quote

after last emerge world, I noticed that I can no longer enable HID2HCI in /etc/conf.d/bluetooth and the initscript no longer supports that setting..

Also my udev rule I created to run hid2hci whenever my logitech mini BT adapter is inserted is no longer working..
Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c70c", RUN+="/usr/sbin/hid2hci"


I also noticed that it now no longer works to just run hid2hci, but I now have to specify a vendor, product and mode before it works.
So I adapted my udev rule to:
Code:
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c70c", RUN+="/usr/sbin/hid2hci -v $attr{idVendor} -p $attr{idProduct} -m logitech"


however, that still doesn't work...

Does anybody know why hid2hci was removed from the bluetooth initscript? Is hid2hci depricated and is there now another way to switch hid/hci mode?
Or why doesn't my udev rule work like it did before?
Back to top
View user's profile Send private message
chojin
n00b
n00b


Joined: 26 Jun 2005
Posts: 42

PostPosted: Sun May 30, 2010 9:44 pm    Post subject: Reply with quote

I noticed a similar bug report: https://bugs.gentoo.org/show_bug.cgi?id=315749
I added my problem to it..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum