]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/unslung-kernel/missing-usb-ioctls.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / unslung-kernel / missing-usb-ioctls.patch
1 --- linux-2.4.22/include/linux/usbdevice_fs.h.orig      2004-10-31 20:05:45.989296261 +1100
2 +++ linux-2.4.22/include/linux/usbdevice_fs.h   2004-10-31 22:55:50.470987905 +1100
3 @@ -142,6 +142,8 @@
4  #define USBDEVFS_HUB_PORTINFO      _IOR('U', 19, struct usbdevfs_hub_portinfo)
5  #define USBDEVFS_RESET             _IO('U', 20)
6  #define USBDEVFS_CLEAR_HALT        _IOR('U', 21, unsigned int)
7 +#define USBDEVFS_DISCONNECT        _IO('U', 22)
8 +#define USBDEVFS_CONNECT           _IO('U', 23)
9  
10  /* --------------------------------------------------------------------- */
11