diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-09-05 11:19:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-09-05 11:19:44 +0000 |
commit | 670ed47518f2104f52f89f48f4db60b8c57f0348 (patch) | |
tree | 56ff7ba813093314bf58c6c92d758383fb124d4c | |
parent | 11a81e20b5c6e15b51d5540d41e01b32a829a39e (diff) | |
download | ldetect-lst-670ed47518f2104f52f89f48f4db60b8c57f0348.tar ldetect-lst-670ed47518f2104f52f89f48f4db60b8c57f0348.tar.gz ldetect-lst-670ed47518f2104f52f89f48f4db60b8c57f0348.tar.bz2 ldetect-lst-670ed47518f2104f52f89f48f4db60b8c57f0348.tar.xz ldetect-lst-670ed47518f2104f52f89f48f4db60b8c57f0348.zip |
add entry for Logitech MX510 mouse (product id found using google)
-rw-r--r-- | ldetect-lst.spec | 5 | ||||
-rw-r--r-- | lst/usbtable | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index b741486e..6df96b68 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,7 +1,7 @@ # EDIT IN CVS NOT IN SOURCE PACKAGE (NO PATCH ALLOWED). %define name ldetect-lst -%define version 0.1.138 +%define version 0.1.139 %define release %mkrel 1 Name: %{name} @@ -66,6 +66,9 @@ fi %{_bindir}/* %changelog +* Tue Sep 5 2006 Pixel <pixel@mandriva.com> 0.1.139-1mdv2007.0 +- add entry for Logitech MX510 mouse + * Tue Sep 5 2006 Pixel <pixel@mandriva.com> 0.1.138-1mdv2007.0 - change the format used for "imwheel" mice: imwheel:MX700 instead of imwheel|MX700 - add entries for MX310 (no evdev (?), generic imwheel), MX500, MX518, MX1000 diff --git a/lst/usbtable b/lst/usbtable index a2c90181..d790e161 100644 --- a/lst/usbtable +++ b/lst/usbtable @@ -1468,6 +1468,7 @@ 0x046d 0xc012 "unknown" "Logitech Inc.|Optical Mouse" 0x046d 0xc016 "unknown" "Logitech, Inc.|Optical Mouse" 0x046d 0xc01b "Mouse:imwheel:generic" "Logitech, Inc.|MX310 Optical Mouse" +0x046d 0xc01d "Mouse:evdev|imwheel:MX500" "Logitech, Inc.|MX510 Optical Mouse" 0x046d 0xc01e "Mouse:evdev|imwheel:MX500" "Logitech, Inc.|MX518 Optical Mouse" 0x046d 0xc025 "Mouse:evdev|imwheel:MX500" "Logitech, Inc.|MX500 Optical Mouse" 0x046d 0xc030 "Mouse:USB|Generic" "Logitech Inc.|iFeel Mouse" |