summaryrefslogtreecommitdiff
path: root/wcusb.h
diff options
context:
space:
mode:
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];