4775 results in the forums
Order by date - Order by pertinence
All (7826)
News (5)
Reviews (5)
Press (2299)
High-tech (4775)
Forums (742)
 
[PATCH 0/2] i2c: Don't assume bus nr 0 if none was specified
Hi, i2c controller drivers used to assume bus number 0 when none (-1) was specified. This worked on non-device tree systems, where one could explicitly specify bus number via platform data. On DT-enabled systems bus number is always -1. Some ...
Message posted on the March 16th, 2012 - 7:20 AM ET
Bug#659451: initscripts wants to assume UTC=yes in /etc/default/rcS
Package: initscripts Version: 2.88dsf-22 Severity: important Dear Maintainer, In the latest update, apt asked me if I wanted to overwrite my /etc/default/rcS with the one initscripts now provides. The only modification was to change UTC=no to ...
Message posted on the February 11th, 2012 - 04:40 am ET
[PATCH] rds_rdma: don't assume infiniband device is PCI
RDS code assumes that the struct ib_device dma_device member, which is a pointer, points to a struct device embedded in a struct pci_dev. This is not the case for ehca, for example, which is a OF driver, and makes dma_device point to a struct ...
Message posted on the January 04th, 2012 - 05:10 pm ET
[PATCH v2 0/2] i2c: Don't assume bus nr 0 if none was specified
Changes since v1: - Dropped reduntant i2c-octeon change i2c controller drivers used to assume bus number 0 when none (-1) was specified. This worked on non-device tree systems, where one could explicitly specify bus number via platform data. On ...
Message posted on the March 27th, 2012 - 05:20 am ET
I assume Row_Number doesn’t act only on rows of the window frame
Quotes are taken from http://www.postgresql.org/docs/current/static/tutorial-window.html a) "for each row, there is a set of rows within its partition called its window frame. Many (but not all) window functions act only on the rows of the ...
Message posted on the April 30th, 2010 - 03:35 pm ET
Why does blank cell assume value = 1?
I have created a simple =product formula that calculates the value of one cell multiplie by a certain value. i.e. =product(h10,.5) The formula works fine, but when h10 refers to a blank cell, it assumes the value is 1. I want it to assume nothing ...
Message posted on the February 12th, 2010 - 04:25 pm ET
Does WLM assume recipient will display Arial by default?
When I send an email with mixed font face from WLM 2009 to Outlook Express 6 on XP, it is received with the correct font faces except when the sending face was Arial, in which case it is displayed in OE as something else (Times Roman, I think). I ...
Message posted on the January 26th, 2009 - 03:23 pm ET
[PATCH] power: Assume mains power by default
If no power class device is found in power_supply_is_system_supplied(), the function currently returns 0, which basically means that the system is supposed to be running on battery. In practice, mobile devices tend to always implement at least one ...
Message posted on the December 10th, 2011 - 05:00 pm ET
Unknown HZ value! (92) Assume 100.
I see this message when I call `top' Unknown HZ value! (92) Assume 100. What happen? To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: ...
Message posted on the November 23rd, 2011 - 06:10 am ET
[PATCH 0/4] rcu: don't assume the size of struct rcu_head
We always keep the struct rcu_head very small, but we may change it in future or under some CONFIGs. There are some other systems may assume the size of struct rcu_head as 2 * sizeof(long). These assumptions obstruct us to add debug information or ...
Message posted on the March 01st, 2011 - 03:10 am ET
[PATCH 3/4] slab,rcu: don't assume the size of struct rcu_head
The size of struct rcu_head may be changed. When it becomes larger, it may pollute the data after struct slab. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> diff --git a/mm/slab.c b/mm/slab.c index 37961d1..52cf0b4 100644 a/mm/slab.c ...
Message posted on the March 01st, 2011 - 03:10 am ET
Bug#601052: Why assume we are using X-windows?: GtkWarning: could not open display
Package: reportbug Version: 4.12.6 Why assume we are using X-windows? $ reportbug --template reportbug /usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) *** Welcome to ...
Message posted on the October 22nd, 2010 - 08:50 pm ET
How assume wildcards in a query criteria
I have an access 2003 database for which I have created a very simple lookup query. I use a form to call the query and I use the "Like [INPUTFieldName]" criteria. So when someone clicks the button on this form it prompts them to type in ...
Message posted on the March 23rd, 2009 - 11:58 am ET
[PATCH 1/5] perf, x86: Don't assume the alternative cycles encoding is architectural
From: Andi Kleen <ak@linux.intel.com> cycles:p uses an special cycles encoding by default. However that is not architectural, so it can only be used when the CPU is known (it already caused problems on Sandy Bridge). It may or may not work on ...
Message posted on the June 05th, 2012 - 09:00 pm ET