Subversion Repositories Kolibri OS

Rev

Rev 5178 | Rev 6082 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5178 Rev 5270
Line 7... Line 7...
7
#ifndef LINUX_MOD_DEVICETABLE_H
7
#ifndef LINUX_MOD_DEVICETABLE_H
8
#define LINUX_MOD_DEVICETABLE_H
8
#define LINUX_MOD_DEVICETABLE_H
Line 9... Line 9...
9
 
9
 
10
#ifdef __KERNEL__
10
#ifdef __KERNEL__
11
#include 
11
#include 
12
#include 
12
#include 
13
typedef unsigned long kernel_ulong_t;
13
typedef unsigned long kernel_ulong_t;
Line 14... Line 14...
14
#endif
14
#endif
Line 67... Line 67...
67
 * @bcdDevice_hi: High end of version number range.  The range of product
67
 * @bcdDevice_hi: High end of version number range.  The range of product
68
 *	versions is inclusive.
68
 *	versions is inclusive.
69
 * @bDeviceClass: Class of device; numbers are assigned
69
 * @bDeviceClass: Class of device; numbers are assigned
70
 *	by the USB forum.  Products may choose to implement classes,
70
 *	by the USB forum.  Products may choose to implement classes,
71
 *	or be vendor-specific.  Device classes specify behavior of all
71
 *	or be vendor-specific.  Device classes specify behavior of all
72
 *	the interfaces on a devices.
72
 *	the interfaces on a device.
73
 * @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
73
 * @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
74
 * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
74
 * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
75
 * @bInterfaceClass: Class of interface; numbers are assigned
75
 * @bInterfaceClass: Class of interface; numbers are assigned
76
 *	by the USB forum.  Products may choose to implement classes,
76
 *	by the USB forum.  Products may choose to implement classes,
77
 *	or be vendor-specific.  Interface classes specify behavior only
77
 *	or be vendor-specific.  Interface classes specify behavior only