summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-22 02:53:43 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-22 02:53:43 -0700
commit226c6dd32c77394f485fea39b72c905659a6a4ec (patch)
tree200d334a9e71f352b6f16b40a817d9cc4001e456 /include/linux
parent6527d91ec1fc4cdea38e5a4a93c8fe4458d27a5d (diff)
parent5e5495ddacb5838e9131598495695f86a411128d (diff)
Merge bk://kernel.bkbits.net/gregkh/linux/usb-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/proc_fs.h1
-rw-r--r--include/linux/ticable.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index c83dd15b728c..ba4c3255ccf7 100644
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@ -193,6 +193,7 @@ static inline void proc_net_remove(const char *name)
#define proc_root_driver NULL
#define proc_net NULL
+#define proc_bus NULL
#define proc_net_fops_create(name, mode, fops) ({ (void)(mode), NULL; })
#define proc_net_create(name, mode, info) ({ (void)(mode), NULL; })
diff --git a/include/linux/ticable.h b/include/linux/ticable.h
index 5aa24b451fba..8c2212086dcd 100644
--- a/include/linux/ticable.h
+++ b/include/linux/ticable.h
@@ -38,5 +38,7 @@
#define IOCTL_TIUSB_TIMEOUT _IOW('N', 0x20, int) /* set timeout */
#define IOCTL_TIUSB_RESET_DEVICE _IOW('N', 0x21, int) /* reset device */
#define IOCTL_TIUSB_RESET_PIPES _IOW('N', 0x22, int) /* reset both pipes*/
+#define IOCTL_TIUSB_GET_MAXPS _IOR('N', 0x23, int) /* max packet size */
+#define IOCTL_TIUSB_GET_DEVID _IOR('N', 0x24, int) /* get device type */
#endif /* TICABLE_H */