From: Jens Taprogge Date: Tue, 4 Sep 2012 15:01:13 +0000 (+0200) Subject: Staging: ipack: implement ipack device table. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~700 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849e0ad257d259b8443c63d74e3bcc32ebf336af;p=pandora-kernel.git Staging: ipack: implement ipack device table. The modaliases look like ipack:fXvNdM, where X is the format version (8 bit) and N and M are the vendor and device ID represented as 32 bit hexadecimal numbers each. Using 32 bits allows us to define IPACK_ANY_ID as (~0) without interfering with the valid ids. The resulting modalias string for ipoctal.ko looks like this (once ipoctal provides a device table): alias: ipack:f01v000000F0d00000048* alias: ipack:f01v000000F0d0000002A* alias: ipack:f01v000000F0d00000022* (output from modinfo) Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsálvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed