Module de.ibapl.jnhw.syscall.linux
Class Usbdevice_fs
- java.lang.Object
-
- de.ibapl.jnhw.syscall.linux.include.uapi.linux.Usbdevice_fs
-
public final class Usbdevice_fs extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsbdevice_fs.Usbdevfs_bulktransferstatic classUsbdevice_fs.Usbdevfs_connectinfostatic classUsbdevice_fs.Usbdevfs_conninfo_exstatic classUsbdevice_fs.Usbdevfs_ctrltransferstatic classUsbdevice_fs.Usbdevfs_disconnect_claimstatic classUsbdevice_fs.Usbdevfs_disconnectsignalstatic classUsbdevice_fs.Usbdevfs_getdriverstatic classUsbdevice_fs.Usbdevfs_hub_portinfostatic classUsbdevice_fs.Usbdevfs_ioctlstatic classUsbdevice_fs.Usbdevfs_iso_packet_descstatic classUsbdevice_fs.Usbdevfs_setinterfacestatic classUsbdevice_fs.Usbdevfs_streamsstatic classUsbdevice_fs.Usbdevfs_urb
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intUSBDEVFS_CONNINFO_EX(int len)
-
-
-
Field Detail
-
USBDEVFS_MAXDRIVERNAME
public static final byte USBDEVFS_MAXDRIVERNAME
- See Also:
- Constant Field Values
-
USBDEVFS_URB_SHORT_NOT_OK
public static final byte USBDEVFS_URB_SHORT_NOT_OK
- See Also:
- Constant Field Values
-
USBDEVFS_URB_ISO_ASAP
public static final byte USBDEVFS_URB_ISO_ASAP
- See Also:
- Constant Field Values
-
USBDEVFS_URB_BULK_CONTINUATION
public static final byte USBDEVFS_URB_BULK_CONTINUATION
- See Also:
- Constant Field Values
-
USBDEVFS_URB_NO_FSBR
public static final byte USBDEVFS_URB_NO_FSBR
- See Also:
- Constant Field Values
-
USBDEVFS_URB_ZERO_PACKET
public static final byte USBDEVFS_URB_ZERO_PACKET
- See Also:
- Constant Field Values
-
USBDEVFS_URB_NO_INTERRUPT
public static final byte USBDEVFS_URB_NO_INTERRUPT
- See Also:
- Constant Field Values
-
USBDEVFS_URB_TYPE_ISO
public static final byte USBDEVFS_URB_TYPE_ISO
- See Also:
- Constant Field Values
-
USBDEVFS_URB_TYPE_INTERRUPT
public static final byte USBDEVFS_URB_TYPE_INTERRUPT
- See Also:
- Constant Field Values
-
USBDEVFS_URB_TYPE_CONTROL
public static final byte USBDEVFS_URB_TYPE_CONTROL
- See Also:
- Constant Field Values
-
USBDEVFS_URB_TYPE_BULK
public static final byte USBDEVFS_URB_TYPE_BULK
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_ZERO_PACKET
public static final short USBDEVFS_CAP_ZERO_PACKET
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_BULK_CONTINUATION
public static final short USBDEVFS_CAP_BULK_CONTINUATION
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_NO_PACKET_SIZE_LIM
public static final short USBDEVFS_CAP_NO_PACKET_SIZE_LIM
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_BULK_SCATTER_GATHER
public static final short USBDEVFS_CAP_BULK_SCATTER_GATHER
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_REAP_AFTER_DISCONNECT
public static final short USBDEVFS_CAP_REAP_AFTER_DISCONNECT
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_MMAP
public static final short USBDEVFS_CAP_MMAP
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_DROP_PRIVILEGES
public static final short USBDEVFS_CAP_DROP_PRIVILEGES
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_CONNINFO_EX
public static final short USBDEVFS_CAP_CONNINFO_EX
- See Also:
- Constant Field Values
-
USBDEVFS_CAP_SUSPEND
public static final short USBDEVFS_CAP_SUSPEND
- See Also:
- Constant Field Values
-
USBDEVFS_DISCONNECT_CLAIM_IF_DRIVER
public static final byte USBDEVFS_DISCONNECT_CLAIM_IF_DRIVER
- See Also:
- Constant Field Values
-
USBDEVFS_DISCONNECT_CLAIM_EXCEPT_DRIVER
public static final byte USBDEVFS_DISCONNECT_CLAIM_EXCEPT_DRIVER
- See Also:
- Constant Field Values
-
USBDEVFS_FORBID_SUSPEND
@Define public static final int USBDEVFS_FORBID_SUSPEND
-
USBDEVFS_ALLOW_SUSPEND
@Define public static final int USBDEVFS_ALLOW_SUSPEND
-
USBDEVFS_WAIT_FOR_RESUME
@Define public static final int USBDEVFS_WAIT_FOR_RESUME
-
-