linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Q: weird hidraw behaviour
@ 2013-09-24  8:56 Mika Westerberg
  2013-10-01 11:43 ` Manoj Chourasia
  2013-10-10  9:26 ` Q: " David Herrmann
  0 siblings, 2 replies; 9+ messages in thread
From: Mika Westerberg @ 2013-09-24  8:56 UTC (permalink / raw)
  To: Jiri Kosina, Manoj Chourasia; +Cc: linux-input

Hi,

I noticed that after commit 212a871a393 (HID: hidraw: correctly deallocate
memory on device disconnect) hidraw doesn't close the underlying hid device
when the device node is closed last time.

For example I have a touch panel (HID over I2C) device with added debug
prints in i2c_hid_open()/i2c_hid_close():

	# od -x /dev/hidraw0
	[   41.363813] i2c_hid 1-004c: i2c_hid_power lvl:32
	[   41.368464] i2c_hid 1-004c: i2c_hid_set_power
	[   41.372831] i2c_hid 1-004c: __i2c_hid_command: cmd=54 01 00 08
	[   41.451455] i2c_hid 1-004c: i2c_hid_open
	^C

	# od -x /dev/hidraw0
	[   58.420928] i2c_hid 1-004c: i2c_hid_power lvl:32
	[   58.425577] i2c_hid 1-004c: i2c_hid_set_power
	[   58.429945] i2c_hid 1-004c: __i2c_hid_command: cmd=54 01 00 08
	[   58.525276] i2c_hid 1-004c: i2c_hid_open
	^C

i2c_hid_close() is never called. Is this intended or am I missing
something?

Thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-10  9:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24  8:56 Q: weird hidraw behaviour Mika Westerberg
2013-10-01 11:43 ` Manoj Chourasia
2013-10-01 12:43   ` Mika Westerberg
2013-10-01 13:18     ` Manoj Chourasia
2013-10-01 13:37     ` Manoj Chourasia
2013-10-01 13:56       ` Mika Westerberg
2013-10-10  9:26 ` Q: " David Herrmann
2013-10-10  9:39   ` Mika Westerberg
2013-10-10  9:41     ` David Herrmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).