Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-16 Thread Jeff Garzik
jing xiang wrote: > This patch is for cdc subset to support Mavell vendor/product ID. > > Signed-off-by: Jing Xiang <[EMAIL PROTECTED]> > > --- linux-2.6.21.5/drivers/usb/net/cdc_subset.c.orig2007-07-14 > 13:57:37.543028144 +0800 > +++ linux-2.6.21.5/drivers/usb/net/cdc_subset.c 2007-07-14 >

Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-10 Thread Jeff Garzik
jing xiang wrote: > Hi, > > This patch is for cdc subset to support Mavell vendor/product ID. > > Jing Xiang > > Signed-off-by: Jing Xiang<[EMAIL PROTECTED]> > > diff -uNpr linux-2.6.21.5/driver/usb/net/cdc_subset.c > linux-2.6.21.5.t/driver/usb/net/cdc_subset.c > --- linux-2.6.21.5/driver/usb/

[linux-usb-devel] Dell USB Keyboard (Model RT7D10) Multimedia Keys

2007-06-17 Thread Jeff Davidson
ent3 B: EV=3 B: KEY=ff 0 0 0 c000 10 0 0 0 It seems the first one (event2) handles most of the keys, while event3 handles the multimedia keys. -Jeff - This SF.net email is sponsored by DB2 Express Download DB2 Express

[linux-usb-devel] Dell USB Keyboard (Model RT7D10) Multimedia Keys

2007-06-17 Thread Jeff Davidson
0x83 0x80 0x82 0x83 Prev (|<<): 0x00 0x82 0x84 0x80 0x82 0x84 Play/Pause: 0x00 0x82 0x85 0x80 0x82 0x85 Next (>>|): 0x00 0x82 0x86 0x80 0x82 0x86 Any way of adding support for this so I can stop using my hack? Th

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-25 Thread Jeff Garzik
Linus Torvalds wrote: > Doing it in the Makefile would make more sense, since I have to edit that > file anyway to change -rc5 to -rc6. Tangent: you should also change NAME when you do so :) - This SF.net email is sponsor

[linux-usb-devel] [git patch] move USB net drivers to drivers/net

2007-05-09 Thread Jeff Garzik
de of the house (Greg's tree). Please pull from 'usb-move' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git usb-move to receive the following update: commit 5b2fc499917e5897a13add780e181b4cef197072 Author: Jeff Garzik <[EMAIL PROTECTED]> Date:

Re: [linux-usb-devel] [1/2] 2.6.21-rc7: known regressions

2007-04-17 Thread Jeff Garzik
everted e1000 to > the same code that was in 2.6.20. If that works out without causing > hangs, I'll try and narrow down further which of the dozen csets > is responsible. Also, there are e1000 fixes in -mm. At the time (rc2? rc3?) I felt it was best to get t

Re: [linux-usb-devel] [2/6] 2.6.21-rc2: known regressions

2007-03-08 Thread Jeff Chua
gt;after waiting for some 10 min, I rebooted. >no new messages showed up in /var/log/messages In my case, I can "suspend" and "resume", but seems the clock died after resume. "date" always returns the same time! I had to disable CONFIG_NO_HZ and CONF

Re: [linux-usb-devel] [2/6] 2.6.21-rc2: known regressions

2007-03-07 Thread Jeff Garzik
Adrian Bunk wrote: > Subject: AT keyboard only works with pci=noacpi > References : http://lkml.org/lkml/2007/3/3/68 > Submitter : Ash Milsted <[EMAIL PROTECTED]> > Status : unknown sounds like a BIOS bug, even though it appears to be a regression? -

Re: [linux-usb-devel] Another SET_LINE_CODING problem in g_serial (or the UDC)

2007-02-27 Thread Jeff Lackey
n on the LAK list after the LUD list has had time to help and/or ignore me. Thanks, Jeff - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

[linux-usb-devel] Another SET_LINE_CODING problem in g_serial (or the UDC)

2007-02-27 Thread Jeff Lackey
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=117166923528431&w=2 From: Bryan O'Donoghue <[EMAIL PROTECTED]> Subject: [linux-usb-devel] [PATCH 23/39] USB: fix g_serial small error > A SET_LINE_CODING control request should return a zero length packet > as an ACK to the host, during the status

Re: [linux-usb-devel] at91_udc driver does not forward data received from host if size is less than ep buffer and size %64 == 0

2007-02-22 Thread Jeff Warren
On Thu, 2007-02-22 at 14:27, David Brownell wrote: > On Thursday 22 February 2007 1:35 pm, Jeff Warren wrote: > > > To be honest, I don't know what at91_udc does when it receives a ZLP > > since I can't easily generate one on the Windows host. So maybe it does > &

Re: [linux-usb-devel] at91_udc driver does not forward data received from host if size is less than ep buffer and size %64 == 0

2007-02-22 Thread Jeff Warren
On Thu, 2007-02-22 at 13:03, David Brownell wrote: > On Thursday 22 February 2007 12:51 pm, Jeff Warren wrote: > > On Thu, 2007-02-22 at 12:29, David Brownell wrote: > > > > On Linux, at least, you would set a flag in the URB to say that it must > > > terminated

Re: [linux-usb-devel] at91_udc driver does not forward data received from host if size is less than ep buffer and size %64 == 0

2007-02-22 Thread Jeff Warren
On Thu, 2007-02-22 at 12:29, David Brownell wrote: > On Thursday 22 February 2007 11:07 am, Jeff Warren wrote: > > > So I have changed my host program to check and see if the data size > > being sent to the gadget is divisible by 64 (size % 64 == 0). If it is, > > the

Re: [linux-usb-devel] at91_udc driver does not forward data received from host if size is less than ep buffer and size %64 == 0

2007-02-22 Thread Jeff Warren
s in the conventional manner. Regards, Jeff Warren - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topic

[linux-usb-devel] at91_udc driver does not forward data received from host if size is less than ep buffer and size %64 == 0

2007-02-22 Thread Jeff Warren
l chunk so that the driver will handle it correctly and the data will be processed upon transfer completion. I hate this fix, but it is the only one I can think of, anybody have a better way of fixing this issue? I looked at the driver and could not come

Re: [linux-usb-devel] gigaset build broken on current linux-2.6.git

2007-02-11 Thread Jeff Garzik
On Sun, Feb 11, 2007 at 10:47:27AM -0800, Greg KH wrote: > It's in my queue and is on track to get in before 2.6.21-rc1 is out. It breaks the build for everyone, please fast-forward the merging of this.

[linux-usb-devel] Re: 2.6.16-rc5: known regressions

2006-02-27 Thread Jeff Garzik
This is not a regression, libata suspend/resume has always been crappy. It's under active development (by Randy, among others) to fix this. Jeff --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that ext

[linux-usb-devel] Re: Linux 2.6.16-rc3

2006-02-13 Thread Jeff Garzik
Andrew Morton wrote: - http://bugzilla.kernel.org/show_bug.cgi?id=5914 - a sata bug (which is quite unremarkable :(), but this one is reported to eat filesystems. Issue closed, as the bug notes... Jeff --- This SF.net email

Re: [linux-usb-devel] at91_udc driver questions for the AT91RM9200

2006-02-03 Thread Jeff Warren
On Fri, 2006-02-03 at 13:50, David Brownell wrote: > On Friday 03 February 2006 1:12 pm, Jeff Warren wrote: > > Hey, I just noticed that your reply attributed some of your questions > to me ... please don't do that. The relevant bits I've re-quoted > using "+ &quo

Re: [linux-usb-devel] at91_udc driver questions for the AT91RM9200

2006-02-03 Thread Jeff Warren
On Fri, 2006-02-03 at 11:35, David Brownell wrote: > You might consider upgrading to at least 2.6.15 patches; there have > been a lot of improvements since this time last year. Yes, you are right, I will look at the latest patches. > > > > in the at91_ep_enable function there is code which limit

[linux-usb-devel] at91_udc driver questions for the AT91RM9200

2006-02-03 Thread Jeff Warren
ne urb can hold right? When I look at the function read_fifo in at91_udc.c, from what I read, it will only fill to the maxpacket size even if the buffer size of the urb is larger (I think...). Thank you for looking at this. Regards, Jeff Warren --

Re: [linux-usb-devel] Issue with Samsung USB VFD Display

2006-01-06 Thread Jeff Lange
Alan, Sure enough, that patch also works Thanks for all your help with this, now I just have to wait another year for SuSE to ship a distribution with the next kernel version in it =) -Jeff On 1/5/06, Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 5 Jan 2006, Jeff Lange wrote: &

Re: [linux-usb-devel] Issue with Samsung USB VFD Display

2006-01-05 Thread Jeff Lange
Alan, That did the trick! Now what would be really good is if there was a module argument that could disable FSBR for pesky devices. Or maybe a way that if the FSBR seems to be failing, to fall back to disabling it? Thanks again! -Jeff On 1/5/06, Alan Stern <[EMAIL PROTECTED]> wrote

Re: [linux-usb-devel] Issue with Samsung USB VFD Display

2006-01-04 Thread Jeff Lange
values greatly changed from 2.4 to 2.6? If so, maybe I'll try tweaking with that and see if I can get it to work. Thanks! -Jeff On 1/4/06, Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 4 Jan 2006, Jeff Lange wrote: > > > Hi all, > > > > I'm attempti

[linux-usb-devel] Issue with Samsung USB VFD Display

2006-01-04 Thread Jeff Lange
e usbview, it grabs all the string descriptions correctly. So something needs to be a little more fault tolerant in the 2.6 kernel somewhere. If anyone has any suggestions as to how I might be able to get around this issue, please let me know. Thanks. -Jeff -

[linux-usb-devel] Re: [patch 4/4] UHCI: add missing memory barriers

2005-12-12 Thread Jeff Garzik
eep a stale HCD_FLAG_HW_ACCESSIBLE=0 */ set_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags); + mb(); Are these just guesses, or what? Why not smp_mb__before_clear_bit() or smp_mb__after_clear_bit() ? Jeff --

Re: [linux-usb-devel] Re: /dev/sr0 not ready, but working

2005-11-22 Thread Jeff Garzik
en the drive is reading? Does anything else of interest > appear in the system log? I see it when burning CDs and DVDs. Jeff --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Trainin

Re: [linux-usb-devel] Re: /dev/sr0 not ready, but working

2005-11-22 Thread Jeff Garzik
by the drive itself. I just don't know. The difference is between ide-cd.c and sr.c, most likely. Jeff --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certificati

[linux-usb-devel] Re: /dev/sr0 not ready, but working

2005-11-21 Thread Jeff Garzik
usb-storage driver. > > but the drive keeps writing and the media finish and close as espected on the > 95% of times, the other 5% :(. This happens on my S/ATAPI box too... Jeff --- This SF.Net email is sponsored by the JBos

Re: [linux-usb-devel] Libhid for Java?

2005-11-07 Thread Jeff Lange
Hi Gunther, Have you looked at javax.usb? (http://javax-usb.org/) That is a java JSR designed to allow java apps to talk directly to USB devices. -Jeff On 11/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey, it's me again... > I would like to use my HID device in

[linux-usb-devel] reading raw HID reports

2005-11-06 Thread Jeff Lange
point me to a link that describes this process? I think that this is one place in the kernel where a little more documentation would be nice. Thanks! -Jeff --- SF.Net email is sponsored by: Tame your development challenges with Apache'

[linux-usb-devel] module load order

2005-06-13 Thread Jeff Lange
us reasons) Thanks! -Jeff --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little gu

Re: [linux-usb-devel] hiddev question

2005-06-08 Thread Jeff Lange
at my app can read the data from =( Thanks. -Jeff On 6/8/05, Ken Cobler <[EMAIL PROTECTED]> wrote: > Jeff Lange wrote: > > >Hi all, > > > > I'm developing a simple USB device that reports itself as a HID > >device, and uses interrupt transfers to sen

[linux-usb-devel] hiddev question

2005-06-08 Thread Jeff Lange
a SuSE 9.0 box with a 2.4.21 kernel. I don't have the luxury of using a 2.6 kernel, as the customer requires SuSE 9.0 Thanks. -Jeff --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can

[linux-usb-devel] Bad description for USB Monitor (USB_MON)

2005-05-23 Thread Jeff Carr
The text for the USB_MON option is confusing as to what was intended. (This was from linux-2.6.11-rc4-git7) Jeff USB Monitor (USB_MON) [M/n/?] (NEW) ? If you say Y here, a component which captures the USB traffic between peripheral-specific drivers and HC drivers will be built. The

[linux-usb-devel] Prolific PL-2313

2005-04-27 Thread Jeff Pitman
4 Ivl=0ms E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms I've already tried to use the generic usbserial device, but it doesn't appear to communicate. Should I start from PL-2303? Are they related? Should I try to contact Prolific to get their protocol specs? th

[linux-usb-devel] Re: [PATCH] PCI: Add pci shutdown ability

2005-04-26 Thread Jeff Garzik
is just a piecemeal, uncoordinated effort (uncoordinated in the sense that driver shutdowns occur in an undefined order). Jeff --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Pr

[linux-usb-devel] Re: [PATCH] Devices.txt, update with LANANA

2005-02-03 Thread Jeff Garzik
e the maintainer of major numbers, but also the maintainer of devices.txt. Jeff --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%

[linux-usb-devel] USB MP3 player message

2004-09-30 Thread Jeff Cooper
romo 2.6.8-gentoo-r2 #7 Sun Sep 12 19:12:35 CDT 2004 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz GenuineIntel GNU/Linux ) I've also attached the rest of the /var/log/message for this device as a file. --- Jeff Cooper Senior Embedded Software Engineer [EMAIL PROTECTED] 612-436-517

[linux-usb-devel] Re: [PATCH] add USB-IDs for 7in1-Card-Reader (linux 2.6.9-rc2) -- ub discussion

2004-09-16 Thread Jeff Dike
and the device names are as with any other - ubda1, ubdb2, etc... Jeff --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement o

[linux-usb-devel] Still no luck on getting Compaq 9-in-1 reader working

2004-08-14 Thread Jeff
I can not get the USB built in 9-in-1 memory card reader to work for all cards. It is recognized at boot as a Secure Digital : #dmesg . Initializing USB Mass Storage driver... usb.c: registered new driver usb-storage scsi1 : SCSI emulation for USB Mass Storage devices Vendor: Generic Model:

[linux-usb-devel] Can't get Compaq 9-in-1 card reader to work

2004-08-06 Thread Jeff
I recently purchased a Compaq tower and I cannot get the built in 9-in-1 card reader/writer to work. I have several of the individual readers, Digital Concepts, and they work ok. Now one thing I did notice at boot is it seems to find the built in reader. I get messages. Attached SCSI removable

[linux-usb-devel] making sure printers appear at same /dev/usb/lpx everytime

2004-07-10 Thread Jeff
Where and how do you set it so usb printers appear at the same /dev/usb/lpx all the time? I have a laser and an ink jet, and I want the laser to be lp0 even it is unplugged or powered down at boot and the ink jet is active at boot. The ink jet always needs to be /dev/usb/lp1. Is this done in usb

[linux-usb-devel] Mass storage and /dev/sdxx numbering

2004-06-20 Thread Jeff
I notice that when plugging in mass storage devices like cameras and memory card readers, they go to /dev/sdxx. Like I have an SD/MMC card reader and when plugged in it goes to /dev/sda1 and it now seems to be registered to that device. When you plug in new devices like a camera or X-D card rea

[linux-usb-devel] Re: usb sleep patch

2004-05-18 Thread Jeff Garzik
&wait->task_list);\ } while (0) +void msleep(unsigned int msecs); Extremely minor: I prefer 'extern' for prototypes in public headers, and you see that fairly often in include/linux. Jeff --

[linux-usb-devel] Re: usb sleep patch

2004-05-18 Thread Jeff Garzik
Greg KH wrote: On Tue, May 18, 2004 at 12:30:06PM -0400, Jeff Garzik wrote: Your attached patch needs to be generic, just like the recent msecs_to_jiffies() stuff... I call this function "msleep" in my code, though your implementation is better (msleep is still a better name, thou

[linux-usb-devel] Can't get Saitek Cyborg USB Gold to work

2004-04-13 Thread Jeff
I hope I can be helped here on teh developers list because I have already tried the users list with no success. I have acquired a Saitek Cyborg USB Gold joystick and I cannot get it to work under Linux, Slackware 9.1 kernel 2.4.22. I tested it under XP and it works fine. I also have an old Thru

[linux-usb-devel] Re: [PATCH] oops in sd_shutdown

2003-08-14 Thread Jeff Woods
ritical code-path then perhaps it makes sense to leave off the "!sdp || " which I added to the logic, but it seems a very small cost to pay for the insurance checking in sd_shutdown(). -- Jeff Woods <[EMAIL PROTECTED]> --- T

[linux-usb-devel] Re: [PATCH] oops in sd_shutdown

2003-08-12 Thread Jeff Woods
At +0200 04:49 AM 8/12/2003, Andries Brouwer wrote: On Mon, Aug 11, 2003 at 06:13:50PM -0700, Jeff Woods wrote: Looking only at the above code snippet, I'd suggest something more like: + if (!sdp || This is not meaningful. How is it not meaningful? The next action in the expression

[linux-usb-devel] Philips ISP1362

2003-06-25 Thread Jeff Lackey
utput I have enabled, I see 100s to 1000s of ISO interrupts that take anywhere from a few seconds to more than one minute. Then "Initializing capture" thinks it succeeded and /dev/video0 is open. After that I get no more interrupts and no video. Je

Re: [linux-usb-devel] Re: [PATCH] incorrect ethtool -i driver name

2003-06-07 Thread Jeff Garzik
No need, when the length is obviously less. Jeff --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try T

[linux-usb-devel] Re: [PATCH] incorrect ethtool -i driver name

2003-06-06 Thread Jeff Garzik
th1 driver: Pegasus/Pegasus II USB Ethernet v0.4.30 (2003/04/01) version: v0.4.30 (2003/04/01) firmware-version: bus-info: usb1:8 Thanks, this patch is correct. I'll apply to 2.4 and 2.5 if gregkh does not pick it up. Jeff --- This

[linux-usb-devel] Re: [patch 2.5.65] ehci-hcd, don't use PCI MWI

2003-03-19 Thread Jeff Garzik
-restore-state patch in, too. Ivan, would you be up for a repost on lkml? Jeff --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you w

Re: [linux-usb-devel] Re: PIC chip USB Driver - Time To Punt

2003-02-10 Thread &#x27;Jeff Baitis'
On Sun, Feb 09, 2003 at 01:24:55PM -0500, John Homppi wrote: > > An aside for Jeff: > Please indicate whether the following analysis matches your research > regarding the Evolution Robots platform. > Your analysis follows mine exactly. > It is important to different

[linux-usb-devel] Does Linux support interrupt OUT transfers using HIDDEV or another API?

2003-02-04 Thread Jeff Baitis
I look forward to contributing drivers to the open source community. Regards, Jeff --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com __

[linux-usb-devel] Re: Back porting 2.5.x USB to 2.4.x

2002-10-02 Thread Jeff Lackey
s for grabbing USB OHCI HCD from 2.5.30 and putting it in 2.4.19. Given David's response, perhaps I should postpone sharing the usb patch with the community. -Original Message----- From: Christopher Hoover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 3:33 PM To: Lackey, Jeff C

[linux-usb-devel] Re: Link status reporting - Take 2

2001-12-16 Thread Jeff Garzik
patch looks ok to me, too -- Jeff Garzik | Only so many songs can be sung Building 1024| with two lips, two lungs, and one tongue. MandrakeSoft | - nomeansno ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https

[linux-usb-devel] PATCH 2.4.6.5: PCI PM fixes for USB

2001-06-27 Thread Jeff Garzik
-- Jeff Garzik | Andre the Giant has a posse. Building 1024| MandrakeSoft | diff -urN linux-2.4.6-pre5/drivers/usb/usb-ohci.c linux.pcipm/drivers/usb/usb-ohci.c --- linux-2.4.6-pre5/drivers/usb/usb-ohci.c Mon Jun 25 01:58:57 2001 +++ linux.pcipm/drivers/usb/usb-ohci.c Wed Jun

[linux-usb-devel] Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-25 Thread Jeff Garzik
even if Johannes does. > until the software > YUV/RGB conversion has been removed from ALL other video devices (preferably > all at the same time). Send a patch for this instead! Format conversion should not be in the kernel... Jeff -- Jeff Garzik | &quo

[linux-usb-devel] Re: [uml-devel] usb controller

2001-05-14 Thread Jeff Dike
anyone point me in the correct direction please? I have the patch on my site at http://user-mode-linux.sourceforge.net/patches/u ml-hcd-2.4.3.patch Jeff ___ [EMAIL PROTECTED] To unsubscribe, use the la

[linux-usb-devel] PATCH 2.4.3.7: misc cleanups

2001-03-25 Thread Jeff Garzik
Changes: arch/i386/kernel/setup.c: printk cleanup, add KERN_xxx drivers/atm/nicstar.c: do not export kernel_version anymore drivers/char/misc.c: fix link error, because pcpad100_init no longer exists (now done via initcalls) drivers/char/rocket.c: do no

[linux-usb-devel] <, > versus <=, >=

2001-03-20 Thread Jeff Ozvold
elease 2.2.19, 2.2.94733, etc, and we don't have to change the rule (of course, as long as the functionality of 2.2.X doesn't change). We also avoid the problem of either duplicating or not considering the "=" case. A random thought? -Jeff

[linux-usb-devel] Re: PATCH 2.4.3.2: misc cleanups

2001-03-05 Thread Jeff Garzik
Alan Cox wrote: > > > drivers/sound/Config.in: C-Media PCI audio depends on CONFIG_PCI > > drivers/sound/gus_midi.c: use proper include style > > drivers/sound/ymfpci.c: init var to NULL to kill warning > > Jeff - by all means hand on the network stuff but sen

[linux-usb-devel] PATCH 2.4.3.2: misc cleanups

2001-03-05 Thread Jeff Garzik
Tiny unimportant cleanups. Kill warnings, etc. Changes: drivers/ieee1394/ohci1394.h: remove PCI id now in include/linux/pci_ids.h drivers/pci/pci.ids: change '??' that gets interpreted (eventually) by newer gcc compilers as a trigraph drivers/pcmcia/bulkmem.c: include proc_fs.h drivers/p