Package: udev Version: 160-1 Severity: normal i had a problem connecting my dinovo edge after upgrading udev to 158-1. following the suggestions in #588469, i upraded my squeeze box to udev 160-1 from the sid repo (which installed gracefully). however, it still wouldn't connect.
the following change to /lib/udev/rules.d/70-hid2hci.rules fixed it for me: ############### $ diff 70-hid2hci.rules.orig 70-hid2hci.rules 14c14 < KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[35e]|c71[34]", \ --- > KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[35e]|c71", > \ 16c16 < KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[4abc]|c71[bc]", \ --- > KERNEL=="hidraw*", ATTRS{idVendor}=="046d", > ATTRS{idProduct}=="c70[4abc]|c71[34bc]", \ ############### the device ids which show up in /var/log/syslog: ############### usb 1-1.4: new full speed USB device using ehci_hcd and address 12 usb 1-1.4: New USB device found, idVendor=046d, idProduct=0b04 usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 1-1.4: Product: Logitech BT Mini-Receiver usb 1-1.4: Manufacturer: Logitech usb 1-1.4: configuration #1 chosen from 1 choice hub 1-1.4:1.0: USB hub found hub 1-1.4:1.0: 3 ports detected usb 1-1.4.2: new full speed USB device using ehci_hcd and address 13 usb 1-1.4.2: New USB device found, idVendor=046d, idProduct=c713 usb 1-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1.4.2: Product: Logitech BT Mini-Receiver usb 1-1.4.2: Manufacturer: Logitech usb 1-1.4.2: SerialNumber: xxxxxxxxxxx usb 1-1.4.2: configuration #1 chosen from 1 choice input: Logitech Logitech BT Mini-Receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/input/input12 generic-usb 0003:046D:C713.0007: input,hidraw4: USB HID v1.11 Keyboard [Logitech Logitech BT Mini-Receiver] on usb-0000:00:1a.7-1.4.2/input0 usb 1-1.4.3: new full speed USB device using ehci_hcd and address 14 usb 1-1.4.3: New USB device found, idVendor=046d, idProduct=c714 usb 1-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1.4.3: Product: Logitech BT Mini-Receiver usb 1-1.4.3: Manufacturer: Logitech usb 1-1.4.3: SerialNumber: xxxxxxxxxxx usb 1-1.4.3: configuration #1 chosen from 1 choice input: Logitech Logitech BT Mini-Receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/input/input13 logitech 0003:046D:C714.0008: input,hiddev1,hidraw5: USB HID v1.11 Mouse [Logitech Logitech BT Mini-Receiver] on usb-0000:00:1a.7-1.4.3/input0 ############### -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages udev depends on: ii debconf [debconf-2.0] 1.5.32 Debian configuration management sy ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libselinux1 2.0.94-1 SELinux runtime shared libraries ii libudev0 160-1 libudev shared library ii libusb-0.1-4 2:0.1.12-15 userspace USB programming library ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip ii util-linux 2.17.2-3.1 Miscellaneous system utilities Versions of packages udev recommends: ii pciutils 1:3.1.7-4 Linux PCI Utilities ii usbutils 0.87-5 Linux USB utilities udev suggests no packages. -- debconf information: udev/new_kernel_needed: false udev/title/upgrade: udev/reboot_needed: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org