diff options
| author | Romain LiƩvin <lkml@lievin.net> | 2004-10-20 02:13:46 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-20 02:13:46 -0700 |
| commit | bbb093304b783304ee77ea9b9edc2784ca24a5ee (patch) | |
| tree | 70fbce08f5be7e9997a82777a402a8d19592a3a0 /include/linux | |
| parent | 5260bb1c0c5fc15f3a3576eac48d44c4b4b7fceb (diff) | |
[PATCH] USB: tiglusb.c: add direct USB support on some new TI handhelds
I have extended my driver to add support of the embedded USB port provided by
some new Texas Instruments' handhelds. Things are the same except for the
maximum packet size.
Description: add support of the USB port embedded on some new TI handhelds (TI84+ and TI89 Titanium).
Thanks, Romain.
Signed-off-by: Romain Lievin <lkml@lievin.net>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ticable.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
