Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103027 Details for
Bug 156665
sys-apps/lomoco is missing udev support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sys-apps/lomoco/files/lomoco-1.0-updated-udev.patch
lomoco-1.0-updated-udev.patch (text/plain), 1.07 KB, created by
skolima
on 2006-11-29 15:09:52 UTC
(
hide
)
Description:
sys-apps/lomoco/files/lomoco-1.0-updated-udev.patch
Filename:
MIME Type:
Creator:
skolima
Created:
2006-11-29 15:09:52 UTC
Size:
1.07 KB
patch
obsolete
>--- lomoco-1.0/udev/toudev.awk 2006-03-01 15:10:04.000000000 +0100 >+++ /home/skolima/Desktop/lomoco-1.0/udev/toudev.awk 2006-11-29 23:03:25.000000000 +0100 >@@ -1,20 +1,23 @@ > #!/bin/awk -f > BEGIN { >- FS = "," >- print "ACTION != \"add\", GOTO=\"lomoco_end\"" >- print "SUBSYSTEM != \"usb\", GOTO=\"lomoco_end\"" >- print "SYSFS{idVendor} != \"046d\", GOTO=\"lomoco_end\"" >- print "" >+ FS = "," >+ print "# udev.rules file for Logitech mouse control using lomoco" >+ print "#" >+ print "" >+ print "ACTION != \"add\", GOTO=\"lomoco_end\"" >+ print "SUBSYSTEM != \"usb_device\", GOTO=\"lomoco_end\"" >+ print "" > } > > $1 ~ /0xc[a-f0-9][a-f0-9][a-f0-9]/ { > print "# " substr($3, index($3, "\"")) ", " $2 >- print "SYSFS{idProduct}==\"" substr($1, index($1, "x")+1) \ >- "\", RUN=\"lomoco\"" >+ print "SYSFS{idVendor}==\"046d\", SYSFS{idProduct}==\"" substr($1, >+index($1, "x")+1) \ >+ "\", RUN+=\"udev.lomoco\"" >+ print "" > } > > END { >- print "" >- print "LABEL=\"lomoco_end\"" >+ print "" >+ print "LABEL=\"lomoco_end\"" > } >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156665
:
103026
| 103027 |
103028