OBS User unknown
2009-01-16 00:49:31 +00:00
committed by Git OBS Bridge
parent 08ec823066
commit 94d64ba818
3 changed files with 23 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 15 10:29:10 CET 2009 - anschneider@suse.de
- Add support for the second version of the MX518.
-------------------------------------------------------------------
Tue Sep 30 16:09:10 CEST 2008 - kukuk@suse.de
+6 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package lomoco (Version 1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@ License: GPL v2 or later
Url: http://lomoco.linux-gamers.net/
Group: Hardware/Other
Version: 1.0
Release: 99
Release: 100
Summary: Tool for setting the special features of some Logitech mice
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: udev
@@ -43,6 +43,7 @@ Conflicts: logitech_applet, lmctl
Provides: lmctl:/usr/bin/lmctl
Patch: lomoco.diff
Patch1: lomoco-udev-1030.diff
Patch2: lomoco-mx518-2-support.patch
Source: lomoco-1.0.tar.gz
Source2: tohal.awk
Source3: sysconfig.logitech_mouse
@@ -77,6 +78,7 @@ Authors:
%if %suse_version > 1020
%patch1 -p0
%endif
%patch2 -p1
%build
./autogen.sh
@@ -121,6 +123,8 @@ awk -f %{SOURCE2} < src/lomoco.c > lomoco.fdi
/var/adm/fillup-templates/sysconfig.logitech_mouse
%changelog
* Thu Jan 15 2009 anschneider@suse.de
- Add support for the second version of the MX518.
* Tue Sep 30 2008 kukuk@suse.de
- Fix libusb BuildRequires
* Fri Aug 22 2008 lnussel@suse.de
+12
View File
@@ -0,0 +1,12 @@
Index: lomoco-1.0/src/lomoco.c
===================================================================
--- lomoco-1.0.orig/src/lomoco.c
+++ lomoco-1.0/src/lomoco.c
@@ -42,6 +42,7 @@ mouse_t mice [] = {
{0xc012, "MouseMan Dual Optical", "M-BL63B", 0, 1, 0, 0, 0},
{0xc01d, "MX510 Optical Mouse", "M-BS81A", 0, 1, 1, 1, 0},
{0xc01e, "MX518 Optical Mouse", "M-BS81A", 0, 1, 1, 0, 0},
+ {0xc051, "MX518 Optical Mouse-2", "M-BS81A", 0, 1, 1, 0, 0},
{0xc024, "MX300 Optical Mouse", "M-BP82", 0, 1, 0, 0, 0},
{0xc01b, "MX310 Optical Mouse", "M-BP86", 0, 1, 0, 0, 0},
{0xc025, "MX500 Optical Mouse", "M-BP81A", 0, 1, 1, 1, 0},