search for: parse_ev

Displaying 2 results from an estimated 2 matches for "parse_ev".

Did you mean: parse_at
2005 Dec 28
2
(no subject)
...appear every 5 seconds, so it's pretty annoying. My "fix" is to just comment out those messages. Here's the patch, which is pretty simple: --- hidups.c 2005-12-22 06:40:27.000000000 -0800 +++ new/hidups.c 2005-12-27 21:26:02.000000000 -0800 @@ -115,8 +115,12 @@ static void parse_event(struct hiddev_ev /* x86 page == ups-specific, ignore these for now */ if ((ev->hid & 0x860000) == 0x860000) { + /* This warning repeats every 5 seconds, and things + work fine without it, so I've commented it out... +...
2005 Oct 18
2
usb doesn't build on mac os x (10.4)
...dups.c:97: error: for each function it appears in.) hidups.c: At top level: hidups.c:104: warning: 'struct hiddev_event' declared inside parameter list hidups.c:104: warning: its scope is only this definition or declaration, which is probably not what you want hidups.c: In function 'parse_event': hidups.c:110: error: dereferencing pointer to incomplete type hidups.c:112: error: dereferencing pointer to incomplete type hidups.c:112: error: dereferencing pointer to incomplete type hidups.c:117: error: dereferencing pointer to incomplete type hidups.c:119: error: dereferencing pointer...