Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278077 - app-misc/logitech-applet-0.4_pre1-r2: doesn't recognize newer MX518
Summary: app-misc/logitech-applet-0.4_pre1-r2: doesn't recognize newer MX518
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 16:36 UTC by Sebastian Thorarensen
Modified: 2010-02-08 13:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch to add the new ID of MX518 (add-new-id-of-mx518.patch,1007 bytes, patch)
2009-07-16 16:40 UTC, Sebastian Thorarensen
Details | Diff
modified logitech-applet-0.4_pre1-r2 ebuild to include new patch (logitech-applet-0.4_pre1-r3.ebuild,1000 bytes, text/plain)
2009-07-16 16:55 UTC, Sebastian Thorarensen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Thorarensen 2009-07-16 16:36:25 UTC
When running logitech_applet with the newer Logitech MX518 connected (MX518 has one older model and one newer), nothing happens. logitech_applet acts the same as if no Logitech mouse is connected.

Reproducible: Always

Steps to Reproduce:
1. Run logitech_applet to print mouse information
2. Watch output
Actual Results:  
root@exmm# logitech_applet

Expected Results:  
root@exmm# logitech_applet
003/004     046D/C051  	M-BS81A 	MX518 Optical Mouse
   Resolution: 800cpi
Comment 1 Sebastian Thorarensen 2009-07-16 16:40:19 UTC
Created attachment 198209 [details, diff]
ebuild patch to add the new ID of MX518

This patch works with my MX518.
Comment 2 Sebastian Thorarensen 2009-07-16 16:55:34 UTC
Created attachment 198216 [details]
modified logitech-applet-0.4_pre1-r2 ebuild to include new patch
Comment 3 Wormo (RETIRED) gentoo-dev 2009-07-17 07:09:40 UTC
Thanks for submitting your patch for supporting the new model!
Assigning to maintainers.
Comment 4 Oliver Sloss 2009-08-30 02:15:28 UTC
this entry is missing in the patched version:
+    { VENDOR_LOGITECH, 0xC051, "M-BS81A", "MX518 Optical Mouse", HAS_RES },

the new one appearing in logitech_applet-mx518.patch is (unlike the patch from here)
+    { VENDOR_LOGITECH, 0xC01E, "M-BS81A", "MX518 Optical Mouse", HAS_RES }, 


i need the C051 entry:

lsusb
Bus 002 Device 002: ID 050d:0815 Belkin Components Nostromo n52 HID SpeedPad Mouse Wheel
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 046d:c317 Logitech, Inc.
Bus 001 Device 004: ID 054c:0360 Sony Corp.
Bus 001 Device 006: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 001 Device 002: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Comment 5 Oliver Sloss 2009-09-02 08:09:18 UTC
err, my fault, thought this patch is in portage already. just ignore my messages
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2010-02-08 13:08:36 UTC
-r3 in portage, thanks for reporting