summaryrefslogtreecommitdiff
path: root/wcusb.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-01-06 13:26:44 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-01-06 13:26:44 +0000
commit80f25d9ed6ea4af860f3127bad4cf43bbd258b5c (patch)
tree09a511f55802af71ff92d3f846198a03b1dbd534 /wcusb.h
parentabf800fc845ce8736704cbe769f831b73700fa04 (diff)
Clean build on Linux 2.6, will need lots of testing
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@292 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcusb.h')
-rwxr-xr-xwcusb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcusb.h b/wcusb.h
index 7571b2f..1fa521b 100755
--- a/wcusb.h
+++ b/wcusb.h
@@ -89,7 +89,9 @@ struct wc_keypad_data {
struct stinky_urb {
#ifdef USB2420
struct urb urb;
+#ifndef LINUX26
struct iso_packet_descriptor isoframe[1];
+#endif
#else
urb_t urb;
iso_packet_descriptor_t isoframe[1];