Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
3544950f
Commit
3544950f
authored
Feb 25, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge vaio.(none):/home/kai/kernel/linux-2.5
into vaio.(none):/home/kai/kernel/linux-2.5.isdn
parents
a814d16f
91912395
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
drivers/isdn/Config.help
drivers/isdn/Config.help
+4
-0
drivers/isdn/hisax/st5481_usb.c
drivers/isdn/hisax/st5481_usb.c
+1
-1
No files found.
drivers/isdn/Config.help
View file @
3544950f
...
...
@@ -161,6 +161,10 @@ CONFIG_HISAX_NI1
Enable this if you like to use ISDN in US on a NI1 basic rate
interface.
CONFIG_HISAX_MAX_CARDS
This option allows you to specify the maximum number of cards which
the HiSax driver will be able to handle.
CONFIG_HISAX_16_0
This enables HiSax support for the Teles ISDN-cards S0-16.0, S0-8
and many compatibles.
...
...
drivers/isdn/hisax/st5481_usb.c
View file @
3544950f
...
...
@@ -416,7 +416,7 @@ st5481_setup_isocpipes(struct urb* urb[2], struct usb_device *dev,
for
(
j
=
0
;
j
<
2
;
j
++
)
{
retval
=
-
ENOMEM
;
urb
[
j
]
=
usb_alloc_urb
(
num_packet
,
GFP_KERNEL
);
urb
[
j
]
=
usb_alloc_urb
(
num_packet
s
,
GFP_KERNEL
);
if
(
!
urb
[
j
])
goto
err
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment