Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
eciadsl-usermode
eciadsl-kernel-header.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File eciadsl-kernel-header.patch of Package eciadsl-usermode
--- pusb-linux.c +++ pusb-linux.c @@ -29,7 +29,6 @@ #include <string.h> #include "pusb-linux.h" -#include <asm/page.h> struct pusb_endpoint_t { @@ -349,8 +348,8 @@ { bulk.ep = ep; bulk.len = size; - if (bulk.len > PAGE_SIZE) - bulk.len = PAGE_SIZE; + if (bulk.len > getpagesize()) + bulk.len = getpagesize(); bulk.timeout = timeout; bulk.data = buf;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor