public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.0-test7 and HIDBP
@ 2003-10-10  9:34 Norman Diamond
  2003-10-10 14:37 ` Randy.Dunlap
  0 siblings, 1 reply; 10+ messages in thread
From: Norman Diamond @ 2003-10-10  9:34 UTC (permalink / raw)
  To: linux-kernel

OK, I already know that I'm half-blind, but now either I'm 75% blind or else
these are facts:

make xconfig has options for HIDBP.
make gconfig doesn't.

Of course I want full HID so this might not matter, but I have memories of
needing HIDBP a few years ago.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: 2.6.0-test7 and HIDBP
@ 2003-10-14  3:56 Randy.Dunlap
  0 siblings, 0 replies; 10+ messages in thread
From: Randy.Dunlap @ 2003-10-14  3:56 UTC (permalink / raw)
  To: lkml; +Cc: ndiamond


Norman Diamond wrote:
| Or maybe there are bugs in both of these front-ends.  I finally thought of
| looking at two .config files in text editors, one produced by make xconfig
| and one produced by make gconfig.  Both are for kernel 2.6.0-test7 though
| the machines and original distros are different.

Hi Norman,

I just tested make menuconfig/xconfig/gconfig and got the same results
from all 3 of them.

| In the .config generated by make xconfig, the following lines exist:
| 
| #
| # USB Human Interface Devices (HID)
| #
| CONFIG_USB_HID=m
| CONFIG_USB_HIDINPUT=y
| # CONFIG_HID_FF is not set
| # CONFIG_USB_HIDDEV is not set
| 
| #
| # USB HID Boot Protocol drivers
| #
| # CONFIG_USB_KBD is not set
| # CONFIG_USB_MOUSE is not set
| # CONFIG_USB_AIPTEK is not set
| # CONFIG_USB_WACOM is not set
| [...]

USB_KBD and USB_MOUSE show up here (above) because USB_HID=m.
Somehow it got changed to USB_HID=y in the config file below,
and that changes the rules for some of the items under it.

| OK, aside from making me wonder what HIDDEV refers to and why it isn't set,
| and making it rather non-obvious which drivers are HID Boot Protocol and
| which aren't, the settings look pretty reasonable to me.
| 
| In the .config generated by make gconfig, the following lines exist:
| 
| #
| # USB Human Interface Devices (HID)
| #
| CONFIG_USB_HID=y
| CONFIG_USB_HIDINPUT=y
| # CONFIG_HID_FF is not set
| CONFIG_USB_HIDDEV=y
| # CONFIG_USB_AIPTEK is not set
| # CONFIG_USB_WACOM is not set
| [...]
| 
| With this file in a text editor, searching for string USB_KBD results in the
| string not being found.

I think that Roman Zippel already replied to this, but you won't
find USB_KBD there because USB_HID=y and they are mutually
exclusive.

In summary, I checked again and still don't see a problem.

--
~Randy

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

end of thread, other threads:[~2003-10-15 10:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-10  9:34 2.6.0-test7 and HIDBP Norman Diamond
2003-10-10 14:37 ` Randy.Dunlap
2003-10-11 10:10   ` Norman Diamond
2003-10-11 11:13     ` Sam Ravnborg
2003-10-11 13:15       ` Norman Diamond
2003-10-13 16:49         ` Randy.Dunlap
2003-10-13 16:59           ` Randy.Dunlap
2003-10-13 17:50         ` Roman Zippel
2003-10-15 10:23           ` Norman Diamond
  -- strict thread matches above, loose matches on Subject: below --
2003-10-14  3:56 Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox