search for: driver_info

Displaying 11 results from an estimated 11 matches for "driver_info".

Did you mean: driver_inf
2010 Feb 15
1
upsdrv_info structure
...*version; /* driver version */ const char *authors; /* authors name */ const int status; /* driver development status */ struct upsdrv_info_s *subdrv_info[2]; /* sub driver information */ }; typedef struct upsdrv_info_s upsdrv_info_t; Can't we just use something like static upsdrv_info_t driver_info = { DRIVER_NAME, DRIVER_VERSION, "Ex Ample <nobody op example.com>", DRV_EXPERIMENTAL }; upsdrv_info_t *upsdrv_info[] = { &driver_info, &subdriver_info, NULL }; In this example, subdriver_info is exported by an external module and that is linked in the main driver...
2011 Dec 19
1
pbd-plug failing when attaching an SR that was introduced
...tached again? Has anyone seen this error before? xe pbd-plug uuid=b804d322-c501-6b59-fb7e-b6612042535c There was an SR backend failure. status: non-zero exit stdout: stderr: Traceback (most recent call last): File "/opt/xensource/sm/LVMSR", line 1446, in ? SRCommand.run(LVHDSR, DRIVER_INFO) File "/opt/xensource/sm/SRCommand.py", line 246, in run ret = cmd.run(sr) File "/opt/xensource/sm/SRCommand.py", line 94, in run return self._run_locked(sr) File "/opt/xensource/sm/SRCommand.py", line 131, in _run_locked return self._run(sr, target)...
2011 Dec 07
1
XCP Debi an - ISCSI support?
...e116ib.array1111:tgt \ > device-config:SCSIid=0 \ > type=lvmoiscsi There was an SR backend failure. status: non-zero exit stdout: stderr: Traceback (most recent call last): File "/usr/lib/xen-common/xapi/sm/LVMoISCSISR", line 383, in <module> SRCommand.run(LVHDoISCSISR, DRIVER_INFO) File "/usr/lib/xen-common/xapi/sm/SRCommand.py", line 261, in run sr = driver(cmd, cmd.sr_uuid) File "/usr/lib/xen-common/xapi/sm/SR.py", line 136, in __init__ self.load(sr_uuid) File "/usr/lib/xen-common/xapi/sm/LVMoISCSISR", line 156, in load self....
2011 Aug 15
0
Problem importing virtual disk
...ib/xen-common/xapi/sm/util.py:17: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import os, re, sys, popen2, subprocess Traceback (most recent call last): File "/usr/lib/xen-common/xapi/sm/LVMSR", line 1959, in <module> SRCommand.run(LVHDSR, DRIVER_INFO) File "/usr/lib/xen-common/xapi/sm/SRCommand.py", line 252, in run ret = cmd.run(sr) File "/usr/lib/xen-common/xapi/sm/SRCommand.py", line 94, in run return self._run_locked(sr) File "/usr/lib/xen-common/xapi/sm/SRCommand.py", line 131, in _run_locked...
2005 Sep 23
11
trying to use powerware 3110 USB with NUT
Ok, I installed the ups, and installed nut, and /proc/bus/usb/devices says this T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=06da ProdID=0002 Rev= 0.01 S: Manufacturer=POWERWARE S: Product=Powerware UPS C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 20mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
...has created the SR successfully, but It failed with these messages, among others: There was an SR backend failure. status: non-zero exit stdout: stderr: Traceback (most recent call last): File "/usr/lib/xcp/sm/LVHDoISCSISR", line 384, in <module> SRCommand.run(LVHDoISCSISR, DRIVER_INFO) File "/usr/lib/xcp/sm/SRCommand.py", line 261, in run sr = driver(cmd, cmd.sr_uuid) File "/usr/lib/xcp/sm/SR.py", line 136, in __init__ self.load(sr_uuid) File "/usr/lib/xcp/sm/LVHDoISCSISR", line 153, in load self._LUNprint(sr_uuid) File "/us...
2006 Jul 12
1
newhidups, usb permissions and Debian
...0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 # # usb module match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info # # MGE UPS SYSTEMS units libhidups 0x0003 0x0463 0xffff 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 libhidups 0x0003 0x0463 0x0001 0x0000 0x0000 0x00 0x00 0x00...
2004 Oct 22
0
libao-0.8.5 patch
...54,7 @@ } - file = fopen(filename, "w"); + file = fopen(fname, "w"); } @@ -757,6 +766,15 @@ return info_table; } +char *ao_file_extension(int driver_id) +{ + driver_list *driver; + + if ( (driver = _get_driver(driver_id)) ) + return (driver->functions->driver_info())->extension; + else + return NULL; +} /* -- Miscellaneous -- */ diff -ur libao-0.8.5/src/plugins/alsa/ao_alsa.c libao-0.8.5.new/src/plugins/alsa/ao_alsa.c --- libao-0.8.5/src/plugins/alsa/ao_alsa.c 2003-07-14 03:55:47.000000000 +0200 +++ libao-0.8.5.new/src/plugins/alsa/ao_alsa.c 2004-10...
2015 Aug 07
0
Wine release 1.7.49
...wined3d: Don't unnecessarily fallback to immediate mode for FFP draws with the PSIZE attribute. wined3d: Update GLSL vertex pipe replacement TODO comment. Michael M?ller (1): include: Fix definition of MFT_REGISTER_TYPE_INFO struct. Michael Stefaniuc (3): qcap: Just use the driver_info pointer from the parent. qcap: Basic COM cleanup for IPin iface of VfwCapture. qcap: COM cleanup for the IKsPropertySet iface. Nikolay Sivov (25): dwrite: Store run info for IDWriteGlyphRunAnalysis instance. dwrite: Implement GetAlphaBlendParams(). dwrite: Implement G...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in