# # Phonet protocol # config PHONET tristate "Phonet protocols family" help The Phone Network protocol (PhoNet) is a packet-oriented communication protocol developed by Nokia for use with its modems. This is required for Maemo to use cellular data connectivity (if supported). It can also be used to control Nokia phones from a Linux computer, although AT commands may be easier to use. To compile this driver as a module, choose M here: the module will be called phonet. If unsure, say N. ef='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorWei Yongjun <weiyj.lk@gmail.com>2016-08-21 15:30:50 +0000
committerJiri Kosina <jkosina@suse.cz>2016-08-29 09:36:20 +0200
commit6cf5c1c7162878a99c2fd335d52a7d10079af6b7 (patch)
tree8133ecbb4fe4d81e5cee2d16bdc36c50caa8221d /drivers/hid
parente8c61135956ce35fcd7661f52ed3a7e21eb86bfb (diff)
HID: intel_ish-hid: Use kzalloc instead of kmalloc/memset
Use kzalloc rather than kmalloc followed by memset with 0. Generated by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')