summaryrefslogtreecommitdiff
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorMathieu Chouquet-Stringer <mchouque@free.fr>2009-03-14 16:35:26 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 14:55:27 -0700
commitbd0f9040683db9a20376e6507e972aaac68f3429 (patch)
tree539b70016c893458e70dcb9b518a7a9258e1dc8d /samples/Kconfig
parent40e343208b727f5892249997691000847ec63dc3 (diff)
downloadlinux-stable-bd0f9040683db9a20376e6507e972aaac68f3429.tar.gz
thinkpad-acpi: fix module autoloading for older models
commit b36a50f92d1c4300a88f606b4d2bbdc4f442a2d7 upstream. Looking at the source, there seems to be a missing * to match my DMI string. I mean for newer IBM and Lenovo's laptops you match either one of the following: MODULE_ALIAS("dmi:bvnIBM:*:svnIBM:*:pvrThinkPad*:rvnIBM:*"); MODULE_ALIAS("dmi:bvnLENOVO:*:svnLENOVO:*:pvrThinkPad*:rvnLENOVO:*"); While for older Thinkpads, you do this (for instance): IBM_BIOS_MODULE_ALIAS("1[0,3,6,8,A-G,I,K,M-P,S,T]"); with IBM_BIOS_MODULE_ALIAS being MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW") Note there's no * terminating the string. As result, udev doesn't load anything because modprobe cannot find anything matching this (my machine actually): udevtest: run: '/sbin/modprobe dmi:bvnIBM:bvr1IET71WW(2.10):bd06/16/2006:svnIBM:pn236621U:pvrNotAv Signed-off-by: Mathieu Chouquet-Stringer <mchouque@free.fr> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'samples/Kconfig')
0 files changed, 0 insertions, 0 deletions