xref: /haiku/src/add-ons/kernel/busses/usb/ehci.rdef (revision 9e857d24ca41743874f6b3c08bb0c35f53df5763)
1*9e857d24SMichael Lotz/*
2*9e857d24SMichael Lotz * ehci.rdef
3*9e857d24SMichael Lotz */
4*9e857d24SMichael Lotz
5*9e857d24SMichael Lotzresource app_signature "application/x-vnd.haiku-ehci";
6*9e857d24SMichael Lotz
7*9e857d24SMichael Lotzresource app_version {
8*9e857d24SMichael Lotz	major  = 0,
9*9e857d24SMichael Lotz	middle = 0,
10*9e857d24SMichael Lotz	minor  = 1,
11*9e857d24SMichael Lotz	variety = 0,
12*9e857d24SMichael Lotz	internal = 0,
13*9e857d24SMichael Lotz	short_info = "EHCI host controller driver",
14*9e857d24SMichael Lotz	long_info = "Haiku EHCI HCD - Copyright 2006, Haiku Inc."
15*9e857d24SMichael Lotz};
16